~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/icmp/Makefile.am

  • Committer: Christos Tsantilas
  • Date: 2009-02-18 22:18:35 UTC
  • mfrom: (9294.1.215 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090218221835-lfxxe3bs8uhu0b1h
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
DEFS = @DEFS@
10
10
CLEANFILES = 
11
11
 
12
 
INCLUDES = -I$(top_srcdir)/src @SQUID_CPPUNIT_INC@ -I$(top_srcdir)/include -I$(top_builddir)/lib
 
12
INCLUDES = \
 
13
        -I$(top_srcdir) \
 
14
        -I$(top_srcdir)/src \
 
15
        -I$(top_srcdir)/include \
 
16
        -I$(top_builddir)/lib \
 
17
        @SQUID_CPPUNIT_INC@
 
18
 
13
19
$(OBJS): $(top_srcdir)/include/version.h $(top_srcdir)/include/autoconf.h
14
20
 
15
21
# TODO: get rid of this when config filename is no longer a global constant.