From: Alex Rousskov Date: Thu, 19 Feb 2009 07:11:38 +0000 (-0700) Subject: Removed src/ip from the top-level SUBDIRS list. That directory is not X-Git-Tag: SQUID_3_2_0_1~1183^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea465d8f20a0977267d226c17424a60cc8b86c8f;p=thirdparty%2Fsquid.git Removed src/ip from the top-level SUBDIRS list. That directory is not a top-level subdirectory and it is already listed in src/Makefile.am. The commit message introducing the change talked about libip being a "POD library". I do not know what that is, but, hopefully, we do not really need to make this kind of exceptions for any src/ libraries. --- diff --git a/Makefile.am b/Makefile.am index 327b61c52e..b4e31975b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 foreign DIST_SUBDIRS = compat lib snmplib scripts src icons errors contrib doc helpers test-suite tools -SUBDIRS = compat lib @makesnmplib@ scripts src/ip src icons errors doc helpers test-suite tools +SUBDIRS = compat lib @makesnmplib@ scripts src icons errors doc helpers test-suite tools DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]* DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'`