From fcc3ffaa4a5fc983fea2fa248b8b85f336190847 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 15 Sep 2009 13:02:53 -0400 Subject: Include m4 directories in tarball Necessary for RPM builds on RHEL5 --- collection/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'collection') diff --git a/collection/Makefile.am b/collection/Makefile.am index 6102f65..323a5cb 100644 --- a/collection/Makefile.am +++ b/collection/Makefile.am @@ -16,7 +16,9 @@ ACLOCAL_AMFLAGS = -I m4 # Set up the pkg-config file pkgconfigdir = $(libdir)/pkgconfig -dist_noinst_DATA = collection.pc +dist_noinst_DATA = \ + collection.pc \ + m4 # Build library noinst_LTLIBRARIES = libcollection.la -- cgit