~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to helpers/basic_auth/YP/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:
7
7
 
8
8
libexec_PROGRAMS = yp_auth
9
9
yp_auth_SOURCES = yp_auth.c nis_support.h nis_support.c
10
 
LDADD   = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
11
 
INCLUDES        = -I$(top_srcdir)/include
 
10
 
 
11
INCLUDES = \
 
12
        -I$(top_srcdir) \
 
13
        -I$(top_srcdir)/include
 
14
 
 
15
LDADD = \
 
16
        $(top_builddir)/compat/libcompat.la \
 
17
        -L$(top_builddir)/lib -lmiscutil \
 
18
        $(CRYPTLIB) \
 
19
        $(XTRA_LIBS)