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. --- examples/.gitignore | 5 ----- examples/Makefile.am | 14 -------------- 2 files changed, 19 deletions(-) delete mode 100644 examples/.gitignore delete mode 100644 examples/Makefile.am (limited to 'examples') diff --git a/examples/.gitignore b/examples/.gitignore deleted file mode 100644 index 4c28db40..00000000 --- a/examples/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -blank -xsh -check_user -tty_conv -vpass diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index c4c3c261..00000000 --- a/examples/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (c) 2005 Thorsten Kukuk -# - -CLEANFILES = *~ - -EXTRA_DIST = README - -AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include \ - -I$(top_srcdir)/libpam_misc/include $(WARN_CFLAGS) -LDADD = $(top_builddir)/libpam/libpam.la \ - $(top_builddir)/libpam_misc/libpam_misc.la - -noinst_PROGRAMS = xsh vpass blank check_user tty_conv -- cgit v1.2.3