From 430d97482e570a7d5bbce00cfd690ad2be38f85c Mon Sep 17 00:00:00 2001 From: Bernd Eckenfels Date: Fri, 28 Jul 2000 07:01:01 +0000 Subject: [PATCH] make net-lib compile again, not sure why this is not passed to the subdir from the top level makefile anymore, but this way it is more stable for a stand alone libnet-lib anyway. --- lib/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Makefile b/lib/Makefile index 473ff01..d714b2e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 -- 2.7.4