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_timestamp/.gitignore | 2 -- modules/pam_timestamp/Makefile.am | 60 --------------------------------------- 2 files changed, 62 deletions(-) delete mode 100644 modules/pam_timestamp/.gitignore delete mode 100644 modules/pam_timestamp/Makefile.am (limited to 'modules/pam_timestamp') diff --git a/modules/pam_timestamp/.gitignore b/modules/pam_timestamp/.gitignore deleted file mode 100644 index 9eb311b6..00000000 --- a/modules/pam_timestamp/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -hmacfile -pam_timestamp_check diff --git a/modules/pam_timestamp/Makefile.am b/modules/pam_timestamp/Makefile.am deleted file mode 100644 index 55afdba5..00000000 --- a/modules/pam_timestamp/Makefile.am +++ /dev/null @@ -1,60 +0,0 @@ -# -# Copyright (c) 2005, 2009 Thorsten Kukuk -# Copyright (c) 2005, 2008 Red Hat, Inc. -# - -CLEANFILES = *~ -MAINTAINERCLEANFILES = $(MANS) README - -EXTRA_DIST = $(XMLS) - -if HAVE_DOC -dist_man_MANS = pam_timestamp.8 pam_timestamp_check.8 -endif -XMLS = README.xml pam_timestamp.8.xml pam_timestamp_check.8.xml -dist_check_SCRIPTS = tst-pam_timestamp -TESTS = $(dist_check_SCRIPTS) $(check_PROGRAMS) - -securelibdir = $(SECUREDIR) -if HAVE_VENDORDIR -secureconfdir = $(VENDOR_SCONFIGDIR) -else -secureconfdir = $(SCONFIGDIR) -endif - -noinst_HEADERS = hmacsha1.h sha1.h hmac_openssl_wrapper.h - -AM_CFLAGS = -I$(top_srcdir)/libpam/include $(LOGIND_CFLAGS) $(WARN_CFLAGS) - -pam_timestamp_la_LDFLAGS = -no-undefined -avoid-version -module $(AM_LDFLAGS) $(CRYPTO_LIBS) -pam_timestamp_la_LIBADD = $(top_builddir)/libpam/libpam.la $(SYSTEMD_LIBS) -if HAVE_VERSIONING - pam_timestamp_la_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map -endif - -securelib_LTLIBRARIES = pam_timestamp.la -sbin_PROGRAMS = pam_timestamp_check - -pam_timestamp_la_SOURCES = pam_timestamp.c -if COND_USE_OPENSSL -pam_timestamp_la_SOURCES += hmac_openssl_wrapper.c -else -pam_timestamp_la_SOURCES += hmacsha1.c sha1.c -endif -pam_timestamp_la_CFLAGS = $(AM_CFLAGS) - -pam_timestamp_check_SOURCES = pam_timestamp_check.c -pam_timestamp_check_CFLAGS = $(AM_CFLAGS) @EXE_CFLAGS@ -pam_timestamp_check_LDADD = $(top_builddir)/libpam/libpam.la $(SYSTEMD_LIBS) -pam_timestamp_check_LDFLAGS = @EXE_LDFLAGS@ - -if !COND_USE_OPENSSL -hmacfile_SOURCES = hmacfile.c hmacsha1.c sha1.c -hmacfile_LDADD = $(top_builddir)/libpam/libpam.la -check_PROGRAMS = hmacfile -endif - -if ENABLE_REGENERATE_MAN -dist_noinst_DATA = README --include $(top_builddir)/Make.xml.rules -endif -- cgit v1.2.3