summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/pam_namespace/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/pam_namespace/Makefile.am b/modules/pam_namespace/Makefile.am
index eecc4137..15e2b6d8 100644
--- a/modules/pam_namespace/Makefile.am
+++ b/modules/pam_namespace/Makefile.am
@@ -34,17 +34,13 @@ pam_namespace_la_LIBADD = $(top_builddir)/libpam/libpam.la @LIBSELINUX@
dist_secureconf_DATA = namespace.conf
dist_secureconf_SCRIPTS = namespace.init
+service_DATA = pam_namespace.service
install-data-local:
mkdir -p $(DESTDIR)$(namespaceddir)
- mkdir -p $(DESTDIR)$(servicedir)
- $(INSTALL_DATA) pam_namespace.service $(DESTDIR)$(servicedir)
sbin_SCRIPTS = pam_namespace_helper
-uninstall-local:
- -rm $(DESTDIR)$(servicedir)/pam_namespace.service
-
if ENABLE_REGENERATE_MAN
dist_noinst_DATA = README
-include $(top_srcdir)/Make.xml.rules