1 1.1 christos # Id: Makefile.am 320 2006-02-16 20:33:19Z des 2 1.1 christos 3 1.1 christos pkglibdir = @OPENPAM_MODULES_DIR@ 4 1.1 christos INCLUDES = -I$(top_srcdir)/include 5 1.1 christos 6 1.1 christos pkglib_LTLIBRARIES = pam_deny.la 7 1.1 christos 8 1.1 christos pam_deny_la_SOURCES = pam_deny.c 9 1.1 christos pam_deny_la_LDFLAGS = -no-undefined -module -version-info @LIB_MAJ@ 10 1.1 christos pam_deny_la_LIBADD = $(top_builddir)/lib/libpam.la 11