summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/bin/su/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/bin/su/Makefile.am')
-rw-r--r--contrib/openpam/bin/su/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/openpam/bin/su/Makefile.am b/contrib/openpam/bin/su/Makefile.am
new file mode 100644
index 0000000..598254f
--- /dev/null
+++ b/contrib/openpam/bin/su/Makefile.am
@@ -0,0 +1,7 @@
+INCLUDES = -I$(top_srcdir)/include
+
+if WITH_PAM_SU
+bin_PROGRAMS = su
+su_SOURCES = su.c
+su_LDADD = $(top_builddir)/lib/libpam.la
+endif
OpenPOWER on IntegriCloud