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 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ac75900..1659e0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,9 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = trace collection ini dhash path_utils elapi + +dist_noinst_DATA = \ + m4 + if SINGLELIB # Build all components as a single shared library lib_LTLIBRARIES = libsssd_util.la -- cgit