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_userdb/Makefile.am | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 modules/pam_userdb/Makefile.am (limited to 'modules/pam_userdb') diff --git a/modules/pam_userdb/Makefile.am b/modules/pam_userdb/Makefile.am deleted file mode 100644 index 3b8f7043..00000000 --- a/modules/pam_userdb/Makefile.am +++ /dev/null @@ -1,38 +0,0 @@ -# -# Copyright (c) 2005, 2006, 2009 Thorsten Kukuk -# - -CLEANFILES = *~ -MAINTAINERCLEANFILES = $(MANS) README - -EXTRA_DIST = $(XMLS) create.pl - -if HAVE_DOC -dist_man_MANS = pam_userdb.8 -endif -XMLS = README.xml pam_userdb.8.xml -dist_check_SCRIPTS = tst-pam_userdb -TESTS = $(dist_check_SCRIPTS) - -securelibdir = $(SECUREDIR) -if HAVE_VENDORDIR -secureconfdir = $(VENDOR_SCONFIGDIR) -else -secureconfdir = $(SCONFIGDIR) -endif - -AM_CFLAGS = -I$(top_srcdir)/libpam/include $(WARN_CFLAGS) -AM_LDFLAGS = -no-undefined -avoid-version -module @LIBDB@ @LIBCRYPT@ -if HAVE_VERSIONING - AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map -endif - -securelib_LTLIBRARIES = pam_userdb.la -pam_userdb_la_LIBADD = $(top_builddir)/libpam/libpam.la - -noinst_HEADERS = pam_userdb.h - -if ENABLE_REGENERATE_MAN -dist_noinst_DATA = README --include $(top_builddir)/Make.xml.rules -endif -- cgit v1.2.3