summaryrefslogtreecommitdiffstats
path: root/elapi
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-09-15 13:02:53 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-09-15 09:55:17 -0400
commitfcc3ffaa4a5fc983fea2fa248b8b85f336190847 (patch)
treedc37a4dc49ddb985e9eabd286442b1b1f45b3be3 /elapi
parentb92e1d539926b946f338aad67a853fde62ab9ec0 (diff)
downloadding-libs2-fcc3ffaa4a5fc983fea2fa248b8b85f336190847.tar.gz
ding-libs2-fcc3ffaa4a5fc983fea2fa248b8b85f336190847.tar.xz
ding-libs2-fcc3ffaa4a5fc983fea2fa248b8b85f336190847.zip
Include m4 directories in tarball
Necessary for RPM builds on RHEL5
Diffstat (limited to 'elapi')
-rw-r--r--elapi/Makefile.am4
-rw-r--r--elapi/elapi_test/Makefile.am2
2 files changed, 5 insertions, 1 deletions
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
diff --git a/elapi/elapi_test/Makefile.am b/elapi/elapi_test/Makefile.am
index 1a0c6c9..76f06e0 100644
--- a/elapi/elapi_test/Makefile.am
+++ b/elapi/elapi_test/Makefile.am
@@ -18,6 +18,8 @@ AM_CPPFLAGS = -I$(topdir) -I$(topdir)/ini -I$(topdir)/trace -I$(topdir)/collecti
ACLOCAL_AMFLAGS = -I m4
+dist_noinst_DATA = m4
+
# Build library
noinst_LTLIBRARIES = libelapi_test.la