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 | f1fab7b8210af4ae94453265b607e2dab06789ca (patch) | |
tree | ee12408887b67dd67d607179726ab4c0252e3125 /common/elapi/elapi_test | |
parent | 7b6665ba2aa559cc446fea5ad772cd649f4644c5 (diff) | |
download | sssd-f1fab7b8210af4ae94453265b607e2dab06789ca.tar.gz sssd-f1fab7b8210af4ae94453265b607e2dab06789ca.tar.bz2 sssd-f1fab7b8210af4ae94453265b607e2dab06789ca.zip |
Include m4 directories in tarball
Necessary for RPM builds on RHEL5
Diffstat (limited to 'common/elapi/elapi_test')
-rw-r--r-- | common/elapi/elapi_test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/elapi/elapi_test/Makefile.am b/common/elapi/elapi_test/Makefile.am index 1a0c6c93..76f06e0c 100644 --- a/common/elapi/elapi_test/Makefile.am +++ b/common/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 |