~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to helpers/basic_auth/getpwnam/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
 
12
12
getpwname_auth_SOURCES = getpwnam_auth.c 
13
13
 
14
 
INCLUDES      = -I$(top_srcdir)/include
15
 
LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
 
14
INCLUDES = \
 
15
        -I$(top_srcdir) \
 
16
        -I$(top_srcdir)/include \
 
17
        -I$(top_srcdir)/src
 
18
 
 
19
LDADD = \
 
20
        $(top_builddir)/compat/libcompat.la \
 
21
        -L$(top_builddir)/lib -lmiscutil \
 
22
        $(CRYPTLIB) \
 
23
        $(XTRA_LIBS)