From 613e59dca7034168bab4b9f6a89dd864957f0426 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 14 Oct 2024 08:00:00 +0000 Subject: build: drop autotools support There is no point in supporting two different build systems. --- modules/pam_namespace/.gitignore | 2 -- modules/pam_namespace/Makefile.am | 51 --------------------------------------- 2 files changed, 53 deletions(-) delete mode 100644 modules/pam_namespace/.gitignore delete mode 100644 modules/pam_namespace/Makefile.am (limited to 'modules/pam_namespace') diff --git a/modules/pam_namespace/.gitignore b/modules/pam_namespace/.gitignore deleted file mode 100644 index eb62004e..00000000 --- a/modules/pam_namespace/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -pam_namespace_helper -pam_namespace.service diff --git a/modules/pam_namespace/Makefile.am b/modules/pam_namespace/Makefile.am deleted file mode 100644 index d6ebde8f..00000000 --- a/modules/pam_namespace/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -# -# Copyright (c) 2009 Thorsten Kukuk -# Copyright (c) 2006 Red Hat, Inc. -# - -CLEANFILES = *~ -MAINTAINERCLEANFILES = $(MANS) README - -EXTRA_DIST = $(XMLS) - -if HAVE_DOC -dist_man_MANS = namespace.conf.5 pam_namespace.8 pam_namespace_helper.8 -endif -XMLS = README.xml namespace.conf.5.xml pam_namespace.8.xml pam_namespace_helper.8.xml -dist_check_SCRIPTS = tst-pam_namespace -TESTS = $(dist_check_SCRIPTS) - -securelibdir = $(SECUREDIR) -if HAVE_VENDORDIR -secureconfdir = $(VENDOR_SCONFIGDIR) -else -secureconfdir = $(SCONFIGDIR) -endif -namespaceddir = $(SCONFIGDIR)/namespace.d -servicedir = $(systemdunitdir) - -AM_CFLAGS = -I$(top_srcdir)/libpam/include $(WARN_CFLAGS) -AM_LDFLAGS = -no-undefined -avoid-version -module -if HAVE_VERSIONING - AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map -endif - -noinst_HEADERS = md5.h pam_namespace.h argv_parse.h - -securelib_LTLIBRARIES = pam_namespace.la -pam_namespace_la_SOURCES = pam_namespace.c md5.c argv_parse.c -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) - -sbin_SCRIPTS = pam_namespace_helper - -if ENABLE_REGENERATE_MAN -dist_noinst_DATA = README --include $(top_builddir)/Make.xml.rules -endif -- cgit v1.2.3