From c799433e423d5bdd6737b81483de82b9e98aed46 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 23 Feb 2007 02:00:30 +0000 Subject: * Updated distcheck target- added some flags so pactest is 100% correct. * Added a Makefile.am so contrib/ folder is included in dist. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 68f2e240..9d3f6187 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,9 @@ -SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest +SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest contrib + +DISTCHECK_CONFIGURE_FLAGS = --disable-fakeroot # Some files automatically included, so they aren't specified below: # AUTHORS, COPYING, NEWS, README -# TODO: move translation-help to ABOUT-NLS? EXTRA_DIST = HACKING # TODO : figure out a way to get 'make distcheck' to build with -- cgit v1.2.3-24-g4f1b