summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/bin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-07 18:46:35 +0000
committerdes <des@FreeBSD.org>2013-09-07 18:46:35 +0000
commite50a38ba7d89531f414524bd714e30fce12441da (patch)
treecc8cea8997d054455bffc9712d21baa4852b7116 /contrib/openpam/bin
parent0c58b324e7721e5bd0c1e0f78e1dbbe9b091195b (diff)
parente86dd36ab210b4404ece0cbcf05629b6ec4ef10b (diff)
downloadFreeBSD-src-e50a38ba7d89531f414524bd714e30fce12441da.zip
FreeBSD-src-e50a38ba7d89531f414524bd714e30fce12441da.tar.gz
MFV (r255364): move the code around in preparation for Nummularia.
Diffstat (limited to 'contrib/openpam/bin')
-rw-r--r--contrib/openpam/bin/openpam_dump_policy/Makefile.am4
-rw-r--r--contrib/openpam/bin/pamtest/Makefile.am2
-rw-r--r--contrib/openpam/bin/su/Makefile.am2
3 files changed, 4 insertions, 4 deletions
diff --git a/contrib/openpam/bin/openpam_dump_policy/Makefile.am b/contrib/openpam/bin/openpam_dump_policy/Makefile.am
index a5fda16..2af2eaf 100644
--- a/contrib/openpam/bin/openpam_dump_policy/Makefile.am
+++ b/contrib/openpam/bin/openpam_dump_policy/Makefile.am
@@ -1,7 +1,7 @@
# $Id: Makefile.am 538 2012-03-31 17:04:29Z des $
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib/libpam
noinst_PROGRAMS = openpam_dump_policy
openpam_dump_policy_SOURCES = openpam_dump_policy.c
-openpam_dump_policy_LDADD = $(top_builddir)/lib/libpam.la
+openpam_dump_policy_LDADD = $(top_builddir)/lib/libpam/libpam.la
diff --git a/contrib/openpam/bin/pamtest/Makefile.am b/contrib/openpam/bin/pamtest/Makefile.am
index 80694de..943872c 100644
--- a/contrib/openpam/bin/pamtest/Makefile.am
+++ b/contrib/openpam/bin/pamtest/Makefile.am
@@ -4,6 +4,6 @@ INCLUDES = -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
diff --git a/contrib/openpam/bin/su/Makefile.am b/contrib/openpam/bin/su/Makefile.am
index 50f0cb9..b0462c8 100644
--- a/contrib/openpam/bin/su/Makefile.am
+++ b/contrib/openpam/bin/su/Makefile.am
@@ -4,6 +4,6 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = su
su_SOURCES = su.c
-su_LDADD = $(top_builddir)/lib/libpam.la
+su_LDADD = $(top_builddir)/lib/libpam/libpam.la
dist_man1_MANS = su.1
OpenPOWER on IntegriCloud