summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/bin/pamtest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/bin/pamtest/Makefile.am')
-rw-r--r--contrib/openpam/bin/pamtest/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/openpam/bin/pamtest/Makefile.am b/contrib/openpam/bin/pamtest/Makefile.am
index 80694de..c0e4ea9 100644
--- a/contrib/openpam/bin/pamtest/Makefile.am
+++ b/contrib/openpam/bin/pamtest/Makefile.am
@@ -1,9 +1,9 @@
-# $Id: Makefile.am 471 2011-11-03 09:44:40Z des $
+# $Id: Makefile.am 648 2013-03-05 17:54:27Z des $
-INCLUDES = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
bin_PROGRAMS = pamtest
pamtest_SOURCES = pamtest.c
-pamtest_LDADD = $(top_builddir)/lib/libpam.la
+pamtest_LDADD = $(top_builddir)/lib/libpam/libpam.la
dist_man1_MANS = pamtest.1
OpenPOWER on IntegriCloud