~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to helpers/basic_auth/SMB/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:
22
22
smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\"
23
23
EXTRA_DIST = smb_auth.sh COPYING-2.0
24
24
 
25
 
LDADD   = -L$(top_builddir)/lib -lmiscutil $(XTRA_LIBS)
 
25
INCLUDES = \
 
26
        -I$(top_srcdir) \
 
27
        -I$(top_srcdir)/include
26
28
 
27
 
INCLUDES        = -I$(top_srcdir)/include
 
29
LDADD = \
 
30
        $(top_builddir)/compat/libcompat.la \
 
31
        -L$(top_builddir)/lib -lmiscutil \
 
32
        $(XTRA_LIBS)