~squid/squid/string-purge

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Amos Jeffries
  • Date: 2016-01-30 09:09:25 UTC
  • mto: This revision was merged to the branch mainline in revision 14516.
  • Revision ID: squid3@treenet.co.nz-20160130090925-m13163zrwgc3iv24
Remove helpers reference from top Makefile.am

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
##
7
7
 
8
8
AUTOMAKE_OPTIONS = dist-bzip2 1.5 foreign
9
 
DIST_SUBDIRS    = compat lib libltdl scripts icons errors contrib doc helpers src test-suite tools
 
9
DIST_SUBDIRS    = compat lib libltdl scripts icons errors contrib doc src test-suite tools
10
10
SUBDIRS         = compat lib
11
11
if ENABLE_LOADABLE_MODULES
12
12
SUBDIRS += libltdl
13
13
endif
14
 
SUBDIRS += scripts icons errors doc helpers src tools test-suite
 
14
SUBDIRS += scripts icons errors doc src tools test-suite
15
15
 
16
16
DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
17
17
DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'`