diff options
| author | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-15 13:02:53 -0400 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-15 09:55:17 -0400 |
| commit | fcc3ffaa4a5fc983fea2fa248b8b85f336190847 (patch) | |
| tree | dc37a4dc49ddb985e9eabd286442b1b1f45b3be3 /elapi/elapi_test/Makefile.am | |
| parent | b92e1d539926b946f338aad67a853fde62ab9ec0 (diff) | |
| download | ding-libs-fcc3ffaa4a5fc983fea2fa248b8b85f336190847.tar.gz ding-libs-fcc3ffaa4a5fc983fea2fa248b8b85f336190847.tar.xz ding-libs-fcc3ffaa4a5fc983fea2fa248b8b85f336190847.zip | |
Include m4 directories in tarball
Necessary for RPM builds on RHEL5
Diffstat (limited to 'elapi/elapi_test/Makefile.am')
| -rw-r--r-- | elapi/elapi_test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
