diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | replace/Makefile.am | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 86fd10c03..84040ee99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ RPMBUILD ?= $(PWD)/rpmbuild builddir ?= . dist_noinst_DATA = \ + VERSION \ m4 \ contrib/sssd.spec.in \ BUILD.txt \ diff --git a/replace/Makefile.am b/replace/Makefile.am index 9b5a66362..155449fe8 100644 --- a/replace/Makefile.am +++ b/replace/Makefile.am @@ -39,6 +39,9 @@ libreplace_sources = \ noinst_LIBRARIES = \ libreplace.a +dist_noinst_DATA = \ + autoconf-2.60.m4 + libreplace_a_SOURCES = EXTRA_libreplace_a_SOURCES = \ $(libreplace_sources) |