aboutsummaryrefslogtreecommitdiff
path: root/contrib/openpam/modules/pam_deny/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/modules/pam_deny/Makefile.am')
-rw-r--r--contrib/openpam/modules/pam_deny/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/openpam/modules/pam_deny/Makefile.am b/contrib/openpam/modules/pam_deny/Makefile.am
deleted file mode 100644
index d432915cc50e..000000000000
--- a/contrib/openpam/modules/pam_deny/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-# $Id: Makefile.am 320 2006-02-16 20:33:19Z des $
-
-pkglibdir = @OPENPAM_MODULES_DIR@
-INCLUDES = -I$(top_srcdir)/include
-
-pkglib_LTLIBRARIES = pam_deny.la
-
-pam_deny_la_SOURCES = pam_deny.c
-pam_deny_la_LDFLAGS = -no-undefined -module -version-info @LIB_MAJ@
-pam_deny_la_LIBADD = $(top_builddir)/lib/libpam.la