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. --- tests/.gitignore | 16 ---------------- tests/Makefile.am | 22 ---------------------- 2 files changed, 38 deletions(-) delete mode 100644 tests/.gitignore delete mode 100644 tests/Makefile.am (limited to 'tests') diff --git a/tests/.gitignore b/tests/.gitignore deleted file mode 100644 index 462f93c1..00000000 --- a/tests/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -tst-dlopen -tst-pam_acct_mgmt -tst-pam_authenticate -tst-pam_chauthtok -tst-pam_close_session -tst-pam_end -tst-pam_fail_delay -tst-pam_get_item -tst-pam_get_user -tst-pam_getenvlist -tst-pam_open_session -tst-pam_set_data -tst-pam_set_item -tst-pam_setcred -tst-pam_start -tst-pam_mkargv diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index 7fb662e5..00000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -# -# Copyright (c) 2006, 2009 Thorsten Kukuk -# - -AM_CFLAGS = -DLIBPAM_COMPILE -I$(top_srcdir)/libpam/include \ - -I$(top_srcdir)/libpam $(WARN_CFLAGS) -LDADD = $(top_builddir)/libpam_internal/libpam_internal.la \ - $(top_builddir)/libpam/libpam.la - -CLEANFILES = *~ - -TESTS = tst-pam_start tst-pam_end tst-pam_fail_delay tst-pam_open_session \ - tst-pam_close_session tst-pam_acct_mgmt tst-pam_authenticate \ - tst-pam_chauthtok tst-pam_setcred tst-pam_get_item tst-pam_set_item \ - tst-pam_getenvlist tst-pam_get_user tst-pam_get_data tst-pam_set_data \ - tst-pam_mkargv tst-pam_start_confdir tst-pam_get_authtok - -EXTRA_DIST = confdir - -check_PROGRAMS = ${TESTS} tst-dlopen - -tst_dlopen_LDADD = $(top_builddir)/libpam_internal/libpam_internal.la -ldl -- cgit v1.2.3