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

Use LIBRESOLV and LIBIDENT in LIBS.

parent a843c23f
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile,v 0.22 1992/03/31 21:51:25 ceder Exp $ # $Id: Makefile,v 0.23 1992/04/04 17:25:34 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association. # Copyright (C) 1991 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# #
# Please mail bug reports to bug-lyskom@lysator.liu.se. # Please mail bug reports to bug-lyskom@lysator.liu.se.
# #
# $Id: Makefile,v 0.22 1992/03/31 21:51:25 ceder Exp $ # $Id: Makefile,v 0.23 1992/04/04 17:25:34 ceder Exp $
include Topdir.make include Topdir.make
SCRIPTDIR = $(TOPDIR)/scripts SCRIPTDIR = $(TOPDIR)/scripts
...@@ -39,7 +39,7 @@ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc-interface.h \ ...@@ -39,7 +39,7 @@ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc-interface.h \
# See config/sun4os4-defs.make about LIBRESOLV if you are running SunOS 4.1.1. # See config/sun4os4-defs.make about LIBRESOLV if you are running SunOS 4.1.1.
LIBS = -lold-isc -lmisc -llyskom-server -lansi -lresolv LIBS = -lold-isc -lmisc -llyskom-server -lansi $(LIBRESOLV) $(LIBIDENT)
TARGET = -DSERVER TARGET = -DSERVER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment