summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-08-30 14:54:15 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-08-30 14:54:15 +0200
commitbc4e7adce61fd288ca38e0174825843cc77e0ab6 (patch)
treea30a5bfe270239fe35290ba2e60a1fed32bde285 /tests/Makefile.am
parent0cdbf1e69be9a613db3b11d5ef79a04b28beec9f (diff)
downloadrpm-bc4e7adce61fd288ca38e0174825843cc77e0ab6.tar.gz
rpm-bc4e7adce61fd288ca38e0174825843cc77e0ab6.tar.bz2
rpm-bc4e7adce61fd288ca38e0174825843cc77e0ab6.zip
Add package.m4 to EXTRA_DIST.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 91341872a..d7501c37b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -44,6 +44,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
echo 'm4_define([AT_PACKAGE_STRING], [@PACKAGE_STRING@])'; \
echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
} >'$(srcdir)/package.m4'
+EXTRA_DIST += package.m4
atconfig: ${top_builddir}/config.status
(cd ${top_builddir} && ./config.status ${subdir}/atconfig)