]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Makefiles
authorwessels <>
Tue, 2 Dec 1997 12:28:00 +0000 (12:28 +0000)
committerwessels <>
Tue, 2 Dec 1997 12:28:00 +0000 (12:28 +0000)
snmplib/Makefile.in
src/Makefile.in

index 166225a54a6ce25e6cec2624ef653a72ca012d9f..2ed29b1fdd7262e0693693f6f112432aca27fd77 100644 (file)
@@ -15,9 +15,9 @@ ALIB = libsnmp.a
 TARG=  @SNMPLIB@
 
 CSRCS= snmp_client.c snmp.c snmp_auth.c asn1.c mib.c parse.c snmp_api.c \
-       md5.c usec.c snmpdump.c
+       usec.c snmpdump.c
 OBJS=  snmp_client.o snmp.o snmp_auth.o asn1.o mib.o parse.o snmp_api.o \
-       md5.o usec.o snmpdump.o
+       usec.o snmpdump.o
 
 CC     = @CC@
 FLAGS  = -g
index 2804bcdace64253ffdf44dea8fcb527eb5caf0a3..f54d2dde8fbd1a24b8fa0c9c2f615d4ba9fdd27e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.104 1997/12/02 05:06:41 wessels Exp $
+#  $Id: Makefile.in,v 1.105 1997/12/02 05:28:01 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -163,7 +163,7 @@ all:    squid.conf $(PROGS) $(UTILS) $(SUID_UTILS) $(CGIPROGS)
 $(OBJS): ../include/version.h
 
 squid: $(OBJS)
-       $(CC) -o $@ $(LDFLAGS) $(OBJS) $(SQUID_LIBS) $(SQUID_SNMP_LIBS)
+       $(CC) -o $@ $(LDFLAGS) $(OBJS) $(SQUID_SNMP_LIBS) $(SQUID_LIBS)
 
 globals.o: globals.c Makefile
        $(CC) -c $< $(CFLAGS) $(DEFAULTS)