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 --- ini/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ini') diff --git a/ini/Makefile.am b/ini/Makefile.am index 2679be3..bf993bc 100644 --- a/ini/Makefile.am +++ b/ini/Makefile.am @@ -20,7 +20,8 @@ dist_noinst_DATA = \ ini_config.pc \ ini.conf \ ini.d/real.conf \ - ini.d/test.conf + ini.d/test.conf \ + m4 # Build library noinst_LTLIBRARIES = libini_config.la -- cgit