Skip to content
Snippets Groups Projects
Commit 6c506d8c authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added LIBIDENT.

parent aee1b6c8
Branches
Tags
No related merge requests found
#
# $Id: balance-defs.make,v 1.9 1992/01/05 18:22:26 ceder Exp $
# $Id: balance-defs.make,v 1.10 1992/04/04 17:23:30 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
......@@ -22,7 +22,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: balance-defs.make,v 1.9 1992/01/05 18:22:26 ceder Exp $
# $Id: balance-defs.make,v 1.10 1992/04/04 17:23:30 ceder Exp $
# This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included.
......@@ -55,6 +55,11 @@ LDFLAGS = -h -L$(LIBDIR)
# Library for hostname lookup.
LIBRESOLV = -lresolv
# Our Sequent does not (yet) have the authuser library.
#LIBIDENT = -lauthuser
LIBIDENT =
CFLAGS = $(INCLUDES) $(OPTIMIZE-FLAGS) $(MISC-CFLAGS) $(PIPE) $(TARGET)
# LysKOM executables that the typical user don't use go here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment