]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed src/ip from the top-level SUBDIRS list. That directory is not
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 07:11:38 +0000 (00:11 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 07:11:38 +0000 (00:11 -0700)
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.

Makefile.am

index 327b61c52e2de0da68a2e58ba7e681127c4f1da1..b4e31975b5c51eb1534e0ae83ca4105e003110da 100644 (file)
@@ -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)/'`