summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-04-15 11:17:00 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-04-15 11:51:08 +0200
commitd316c04345586ab35fae9680a069f946a5ade580 (patch)
tree5e4a62aafddcee78ab54a5ce1fe38e1aa48c06ca
parent69a5077a8ab99c3c83d73d81fbe1f29a46d4fdb8 (diff)
build-sys: Ship mingw-virt-viewer.spec in tarballs
virt-viewer.spec is already shipped in tarballs, it's convenient to have a pregenerated mingw-virt-viewer.spec in there as well.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5046ccf..d0e9ab4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS = icons src man po data
AM_DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb
EXTRA_DIST = \
$(PACKAGE).spec \
+ mingw-$(PACKAGE).spec \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
@@ -21,6 +22,7 @@ EXTRA_DIST = \
DISTCLEAN_FILES = \
$(PACKAGE).spec \
+ mingw-$(PACKAGE).spec \
intltool-extract \
intltool-merge \
intltool-update \