mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-08 21:17:49 +03:00
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.
This commit is contained in:
parent
69a5077a8a
commit
d316c04345
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user