summaryrefslogtreecommitdiff
path: root/modules/pam_namespace/Makefile.am
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-07-28 11:59:28 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-07-28 11:59:28 +0000
commit7d8ba5e5958cb2bb25e58d6dbe39e2762a9a5241 (patch)
tree211ed319dd04226bca40142f17aa43d34a406ca3 /modules/pam_namespace/Makefile.am
parent399c07ca9b386f00420e1172b5ba6fd76631a231 (diff)
Relevant BUGIDs:
Purpose of commit: cleanup Commit summary: --------------- 2006-07-24 David Quigley <dpquigl@tycho.nsa.gov> * modules/pam_namespace/Makefile.am: Add pam_namespace.h. * modules/pam_namespace/pam_namespace.c: Move includes and data structure definitions from here ... * modules/pam_namespace/pam_namespace.h: ... here. New file. * modules/pam_namespace/pam_namespace.c: Move large sections of code into new functions. Acked by Janak Desai <janak@us.ibm.com>
Diffstat (limited to 'modules/pam_namespace/Makefile.am')
-rw-r--r--modules/pam_namespace/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_namespace/Makefile.am b/modules/pam_namespace/Makefile.am
index fd7d4e2a..9c7c2f73 100644
--- a/modules/pam_namespace/Makefile.am
+++ b/modules/pam_namespace/Makefile.am
@@ -32,7 +32,7 @@ endif
if HAVE_UNSHARE
securelib_LTLIBRARIES = pam_namespace.la
-pam_namespace_la_SOURCES = pam_namespace.c md5.c md5.h
+pam_namespace_la_SOURCES = pam_namespace.c pam_namespace.h md5.c md5.h
secureconf_DATA = namespace.conf
secureconf_SCRIPTS = namespace.init