]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix mangled src/Makefile.am SNMP section
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 18 Feb 2011 13:59:30 +0000 (02:59 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 18 Feb 2011 13:59:30 +0000 (02:59 +1300)
src/Makefile.am

index 667b032267f0b8ae077e3263baf7b815e74ec673..97467ac1ad1f360be27bde696d03393e7179c8cb 100644 (file)
@@ -67,18 +67,6 @@ SNMP_SOURCE =
 endif
 DIST_SUBDIRS += snmp
 
-SNMP_ALL_SOURCE = \
-       snmp_core.h \
-       snmp_core.cc \
-       snmp_agent.cc
-if ENABLE_SNMP
-SNMP_SOURCE = $(SNMP_ALL_SOURCE)
-SUBDIRS += snmp
-SNMP_LIBS = snmp/libsnmp.la $(SNMPLIB)
-else
-SNMP_SOURCE = 
-endif
-
 if USE_ADAPTATION
 SUBDIRS += adaptation
 endif