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/Makefile.am | |
parent | 7b6665ba2aa559cc446fea5ad772cd649f4644c5 (diff) | |
download | sssd-f1fab7b8210af4ae94453265b607e2dab06789ca.tar.gz sssd-f1fab7b8210af4ae94453265b607e2dab06789ca.tar.xz sssd-f1fab7b8210af4ae94453265b607e2dab06789ca.zip |
Include m4 directories in tarball
Necessary for RPM builds on RHEL5
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index ac759001e..1659e0d17 100644 --- a/common/Makefile.am +++ b/common/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 |