summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-10-08 16:47:38 -0500
committerMichael E Brown <michael_e_brown@dell.com>2007-10-08 16:47:38 -0500
commit7574a48b38e83d0c975bd558c9a937a94c1b1912 (patch)
tree45bb7c8226010dfc7b7232d882609e8a23ff9dbd
parenta0d85f55b2e83f4a39e9df5551a6d3a9e3e4b047 (diff)
downloadmock-7574a48b38e83d0c975bd558c9a937a94c1b1912.tar.gz
mock-7574a48b38e83d0c975bd558c9a937a94c1b1912.tar.xz
mock-7574a48b38e83d0c975bd558c9a937a94c1b1912.zip
add mock-yum to dist.
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 191a2c4..ad54a45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,7 @@ src/mock.py: configure.ac Makefile.am
rm -f $(top_builddir)/$@.new
chmod +x $(top_builddir)/$@ || :
-EXTRA_DIST += etc docs
+EXTRA_DIST += etc docs src/mock-yum buildsys-build.spec
rpm: dist
BLD_DIR=$$(mktemp -d /tmp/rpmbuild-$$$$-XXXXXX); \
diff --git a/Makefile.in b/Makefile.in
index 7372c61..d281447 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -247,7 +247,7 @@ MOCK_LIBTOOL_AGE = @MOCK_LIBTOOL_AGE@
CLEANFILES = mock-*.tar.gz mock-*.tar.bz2 mock-*.rpm _buildtemp \
version $(EXTRA_PROGRAMS)
DISTCLEANFILES = *~
-EXTRA_DIST = etc docs
+EXTRA_DIST = etc docs src/mock-yum buildsys-build.spec
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
lib_LTLIBRARIES = src/libselinux-mock.la
src_libselinux_mock_la_LDFLAGS = -version-info $(MOCK_LIBTOOL_CURRENT):$(MOCK_LIBTOOL_REVISION):$(MOCK_LIBTOOL_AGE)