From de848d9e9146434817c65d74d1d0313e9d729462 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:01:37 +0200 Subject: Adding upstream version 1.4.0. Signed-off-by: Daniel Baumann --- modules/pam_stress/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 modules/pam_stress/Makefile.am (limited to 'modules/pam_stress/Makefile.am') diff --git a/modules/pam_stress/Makefile.am b/modules/pam_stress/Makefile.am new file mode 100644 index 0000000..10671ad --- /dev/null +++ b/modules/pam_stress/Makefile.am @@ -0,0 +1,22 @@ +# +# Copyright (c) 2005, 2006, 2009 Thorsten Kukuk +# + +CLEANFILES = *~ + +EXTRA_DIST = + +dist_check_SCRIPTS = tst-pam_stress +TESTS = $(dist_check_SCRIPTS) + +securelibdir = $(SECUREDIR) +secureconfdir = $(SCONFIGDIR) + +AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include \ + $(WARN_CFLAGS) +AM_LDFLAGS = -no-undefined -avoid-version -module +if HAVE_VERSIONING + AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map +endif +securelib_LTLIBRARIES = pam_stress.la +pam_stress_la_LIBADD = $(top_builddir)/libpam/libpam.la -- cgit v1.2.3