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 --- elapi/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'elapi/Makefile.am') diff --git a/elapi/Makefile.am b/elapi/Makefile.am index 7e487a2..d548a62 100644 --- a/elapi/Makefile.am +++ b/elapi/Makefile.am @@ -28,7 +28,9 @@ ACLOCAL_AMFLAGS = -I m4 # Set up the pkg-config file pkgconfigdir = $(libdir)/pkgconfig -dist_noinst_DATA = elapi.pc +dist_noinst_DATA = \ + elapi.pc \ + m4 # Build libraries noinst_LTLIBRARIES = libelapibasic.la libprovider.la libelapi.la -- cgit