From 58c4e7597402c7e874711e6875f0a27bb040e1a7 Mon Sep 17 00:00:00 2001 From: David Ward Date: Sat, 11 Apr 2020 10:09:27 -0400 Subject: [PATCH] ccid-emulator: Replace unneeded Makefiles --- ccid/Makefile.am | 5 +++-- ccid/configure.ac | 2 -- ccid/m4/Makefile.am | 3 --- ccid/patches/Makefile.am | 2 -- 4 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 ccid/m4/Makefile.am delete mode 100644 ccid/patches/Makefile.am diff --git a/ccid/Makefile.am b/ccid/Makefile.am index 1816694..e05ec00 100644 --- a/ccid/Makefile.am +++ b/ccid/Makefile.am @@ -1,4 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src m4 patches doc -EXTRA_DIST = docs +SUBDIRS = src doc + +EXTRA_DIST = docs patches diff --git a/ccid/configure.ac b/ccid/configure.ac index 908f201..985a78e 100644 --- a/ccid/configure.ac +++ b/ccid/configure.ac @@ -141,8 +141,6 @@ EOF AC_CONFIG_FILES([ Makefile - m4/Makefile - patches/Makefile src/Makefile doc/Makefile ]) diff --git a/ccid/m4/Makefile.am b/ccid/m4/Makefile.am deleted file mode 100644 index 58bdc59..0000000 --- a/ccid/m4/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -# Process this file with automake to create Makefile.in - -EXTRA_DIST = acx_pthread.m4 diff --git a/ccid/patches/Makefile.am b/ccid/patches/Makefile.am deleted file mode 100644 index 26b6536..0000000 --- a/ccid/patches/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -EXTRA_DIST = ccid-1.3.11.patch \ - pcsc-lite-1.5.5.patch pcsc-lite-1.6.1.patch