]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove helpers reference from top Makefile.am
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 30 Jan 2016 09:09:25 +0000 (22:09 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 30 Jan 2016 09:09:25 +0000 (22:09 +1300)
Makefile.am

index c582a6284c07f4fd2799b0bfe1c6be1a6e1801ba..a8adad37d22aec615d45d6634bef34fb65e5ae4c 100644 (file)
@@ -6,12 +6,12 @@
 ##
 
 AUTOMAKE_OPTIONS = dist-bzip2 1.5 foreign
-DIST_SUBDIRS   = compat lib libltdl scripts icons errors contrib doc helpers src test-suite tools
+DIST_SUBDIRS   = compat lib libltdl scripts icons errors contrib doc src test-suite tools
 SUBDIRS                = compat lib
 if ENABLE_LOADABLE_MODULES
 SUBDIRS += libltdl
 endif
-SUBDIRS += scripts icons errors doc helpers src tools test-suite
+SUBDIRS += scripts icons errors doc src tools test-suite
 
 DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
 DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'`