~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to helpers/external_acl/ip_user/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:
15
15
        main.c \
16
16
        match.c
17
17
 
18
 
 
19
18
EXTRA_DIST = \
20
19
        example.conf \
21
20
        example-deny_all_but.conf \
24
23
 
25
24
# sysconf_DATA = 
26
25
 
27
 
LDADD           = -L$(top_builddir)/lib -lmiscutil @XTRA_LIBS@
28
 
INCLUDES        = -I. -I$(top_builddir)/include -I$(top_srcdir)/include
 
26
INCLUDES = \
 
27
        -I$(top_srcdir) \
 
28
        -I. \
 
29
        -I$(top_builddir)/include \
 
30
        -I$(top_srcdir)/include
 
31
 
 
32
LDADD = \
 
33
        $(top_builddir)/compat/libcompat.la \
 
34
        -L$(top_builddir)/lib -lmiscutil \
 
35
        @XTRA_LIBS@