~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to helpers/basic_auth/LDAP/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:
11
11
EXTRA_DIST              = squid_ldap_auth.8
12
12
squid_ldap_auth_SOURCES = squid_ldap_auth.c
13
13
 
14
 
LDADD = -L$(top_builddir)/lib -lmiscutil $(LIB_LDAP) $(LIB_LBER) $(XTRA_LIBS)
15
 
INCLUDES      = -I$(top_srcdir)/include
 
14
LDADD = \
 
15
        $(top_builddir)/compat/libcompat.la \
 
16
        -L$(top_builddir)/lib -lmiscutil \
 
17
        $(LIB_LDAP) \
 
18
        $(LIB_LBER) \
 
19
        $(XTRA_LIBS)
 
20
 
 
21
INCLUDES = \
 
22
        -I$(top_srcdir) \
 
23
        -I$(top_srcdir)/include