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. --- libpam_internal/Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libpam_internal/Makefile.am (limited to 'libpam_internal') diff --git a/libpam_internal/Makefile.am b/libpam_internal/Makefile.am deleted file mode 100644 index b368ebc8..00000000 --- a/libpam_internal/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -noinst_LTLIBRARIES = libpam_internal.la - -noinst_HEADERS = include/pam_line.h include/pam_econf.h - -AM_CFLAGS = -I$(top_srcdir)/libpam_internal/include \ - -I$(top_srcdir)/libpam/include $(WARN_CFLAGS) \ - $(ECONF_CFLAGS) - -libpam_internal_la_SOURCES = \ - pam_debug.c \ - pam_line.c \ - pam_econf.c -- cgit v1.2.3