From: Amos Jeffries Date: Sat, 30 Jan 2016 09:09:25 +0000 (+1300) Subject: Remove helpers reference from top Makefile.am X-Git-Tag: SQUID_4_0_5~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=490a930b788ad4b684cc9e4760a4b1ce83b5e681;p=thirdparty%2Fsquid.git Remove helpers reference from top Makefile.am --- diff --git a/Makefile.am b/Makefile.am index c582a6284c..a8adad37d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)/'`