aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_securetty/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_securetty/Makefile.am')
-rw-r--r--modules/pam_securetty/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/pam_securetty/Makefile.am b/modules/pam_securetty/Makefile.am
index 093da829..1b11d953 100644
--- a/modules/pam_securetty/Makefile.am
+++ b/modules/pam_securetty/Makefile.am
@@ -22,19 +22,11 @@ AM_LDFLAGS = -no-undefined -avoid-version -module
if HAVE_VERSIONING
AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
endif
-if HAVE_VENDORDIR
- AM_CFLAGS += -DVENDORDIR=\"$(VENDORDIR)\"
-endif
securelib_LTLIBRARIES = pam_securetty.la
pam_securetty_la_LIBADD = $(top_builddir)/libpam/libpam.la
if ENABLE_REGENERATE_MAN
noinst_DATA = README
-if HAVE_VENDORDIR
-XSLTPROC_CUSTOM = --stringparam vendordir $(VENDORDIR)
-else
-XSLTPROC_CUSTOM = --stringparam vendordir "<vendordir>"
-endif
-include $(top_srcdir)/Make.xml.rules
endif