po-windows-installer: add POTFILES.in to DISTFILES
Needed to satisfy a build dependency.
This commit is contained in:
parent
7df863602a
commit
7e76b2e0da
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ POFILES=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$la
|
|||
|
||||
#DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
|
||||
#EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS
|
||||
DISTFILES = Makefile.in.in
|
||||
DISTFILES = Makefile.in.in POTFILES.in
|
||||
|
||||
POTFILES = \
|
||||
# This comment gets stripped out
|
||||
|
|
|
|||
Loading…
Reference in a new issue