From 001cd31c089842ca744d2883ac99225537d0adab Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Fri, 11 Sep 2015 09:01:44 -0700 Subject: [PATCH] Now passes 'make distcheck', too --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index bed3f3d..dc6049d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ EXTRA_DIST = \ tests/lib1/prefix-foo2.pc \ tests/lib1/bar.pc \ tests/lib1/framework-2.pc \ + tests/lib1/framework-3.pc \ tests/lib1/private-libs-duplication.pc \ tests/lib1/baz.pc \ tests/lib1/incomplete.pc \ @@ -76,6 +77,8 @@ EXTRA_PROGRAMS = unit_tests unit_tests_SOURCES = libpkgconf/tests/argvsplit-test.c unit_tests_LDADD = libpkgconf.la +CLEANFILES = $(EXTRA_PROGRAMS) + check: pkgconf unit_tests ./unit_tests $(SHELL) tests/run.sh ./pkgconf