From: Amos Jeffries Date: Fri, 18 Feb 2011 23:11:19 +0000 (+1300) Subject: Fix mangled src/Makefile.am SNMP section X-Git-Tag: take06~27^2~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7e1b6c9c34425d27812c82a9071c406688590c8;p=thirdparty%2Fsquid.git Fix mangled src/Makefile.am SNMP section --- diff --git a/src/Makefile.am b/src/Makefile.am index 667b032267..10cc287185 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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