]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/PAM/Makefile.am
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / helpers / basic_auth / PAM / Makefile.am
index 73be7b9f9cad0b1713f2489c72151119f377ccf5..4ffc5219f55237b9c51d9662d543aa248cc9c6dd 100644 (file)
@@ -1,15 +1,14 @@
 #
 #  Makefile for the Squid PAM authentication helper
 #
-#  $Id: Makefile.am,v 1.3 2002/01/08 16:24:21 hno Exp $
+#  $Id$
 #
 #  Uncomment and customize the following to suit your needs:
 #
 
-INCLUDES       = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-                 -I$(top_srcdir)/src/
+INCLUDES       = -I$(top_srcdir)/include
 
 man_MANS               = pam_auth.8
 EXTRA_DIST             = pam_auth.8
 libexec_PROGRAMS       = pam_auth
-LDADD                  = -lpam $(XTRA_LIBS)
+LDADD                  = -L$(top_builddir)/lib -lmiscutil -lpam $(XTRA_LIBS)