summaryrefslogtreecommitdiff
path: root/modules/pam_xauth/Makefile.am
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 19:03:53 -0800
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 19:03:53 -0800
commitaa0448336a79d85579464f023ac87675be60abfc (patch)
tree6a460a8e09fca6fc470649aa0fe129f87d0ecb01 /modules/pam_xauth/Makefile.am
parent212b52cf29c06cc209bc8ac0540dbab1acdf1464 (diff)
parent2c201a306eb3945da808df4daf8c57895197a225 (diff)
New upstream version 1.1.1
Diffstat (limited to 'modules/pam_xauth/Makefile.am')
-rw-r--r--modules/pam_xauth/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_xauth/Makefile.am b/modules/pam_xauth/Makefile.am
index 8f1d56b0..db089adb 100644
--- a/modules/pam_xauth/Makefile.am
+++ b/modules/pam_xauth/Makefile.am
@@ -1,8 +1,9 @@
#
-# Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de>
+# Copyright (c) 2005, 2006, 2009 Thorsten Kukuk <kukuk@suse.de>
#
CLEANFILES = *~
+MAINTAINERCLEANFILES = $(MANS) README
EXTRA_DIST = README ${MANS} $(XMLS) tst-pam_xauth
@@ -16,7 +17,7 @@ secureconfdir = $(SCONFIGDIR)
AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include
AM_LDFLAGS = -no-undefined -avoid-version -module \
- -L$(top_builddir)/libpam -lpam
+ -L$(top_builddir)/libpam -lpam @LIBSELINUX@
if HAVE_VERSIONING
AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
endif
@@ -28,4 +29,3 @@ noinst_DATA = README
README: pam_xauth.8.xml
-include $(top_srcdir)/Make.xml.rules
endif
-