make net-lib compile again, not sure why this is not passed to the subdir
authorBernd Eckenfels <net-tools@lina.inka.de>
Fri, 28 Jul 2000 07:01:01 +0000 (07:01 +0000)
committerBernd Eckenfels <net-tools@lina.inka.de>
Fri, 28 Jul 2000 07:01:01 +0000 (07:01 +0000)
from the top level makefile anymore, but this way it is more stable for a
stand alone libnet-lib anyway.

lib/Makefile

index 473ff01..d714b2e 100644 (file)
@@ -23,6 +23,9 @@ AFSROBJS = inet_sr.o inet6_sr.o netrom_sr.o ipx_sr.o setroute.o x25_sr.o
 ACTOBJS  = slip_ac.o ppp_ac.o activate.o
 VARIA   = getargs.o masq_info.o proc.o util.o nstrcmp.o interface.o sockets.o
 
+# Default Name
+NET_LIB_NAME = net-tools
+
 ifeq ($(HAVE_IP_TOOLS),1)
 VARIA  += util-ank.o
 endif