aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_deny/Makefile.am
blob: c04a38547ec00a9923c993f4ba36f7a7a852c161 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile.am 690 2013-08-15 13:22:51Z des $

if CUSTOM_MODULES_DIR
moduledir = @OPENPAM_MODULES_DIR@
else
moduledir = $(libdir)
endif
AM_CPPFLAGS = -I$(top_srcdir)/include

module_LTLIBRARIES = pam_deny.la

pam_deny_la_SOURCES = pam_deny.c
pam_deny_la_LDFLAGS = -no-undefined -module -version-info @LIB_MAJ@ \
	-export-symbols-regex '^pam_sm_'
pam_deny_la_LIBADD = $(top_builddir)/lib/libpam/libpam.la