]> 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 23:11:19 +0000 (12:11 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 18 Feb 2011 23:11:19 +0000 (12:11 +1300)
src/Makefile.am

index 667b032267f0b8ae077e3263baf7b815e74ec673..10cc2871853204117c1097155bb3ebd2fe9effc0 100644 (file)
@@ -54,19 +54,6 @@ SSL_LOCAL_LIBS =
 endif
 DIST_SUBDIRS += ssl
 
-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
-else
-SNMP_SOURCE = 
-endif
-DIST_SUBDIRS += snmp
-
 SNMP_ALL_SOURCE = \
        snmp_core.h \
        snmp_core.cc \
@@ -78,6 +65,7 @@ SNMP_LIBS = snmp/libsnmp.la $(SNMPLIB)
 else
 SNMP_SOURCE = 
 endif
+DIST_SUBDIRS += snmp
 
 if USE_ADAPTATION
 SUBDIRS += adaptation