diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 4ed45140..6fbb18d8 100644 --- a/po/Makefile +++ b/po/Makefile @@ -8,6 +8,7 @@ WIZFILES = $(shell find .. -type f -name "*.wiz") # perl files with translatable strings PL_FILES = ../drakwizard.pl $(shell find .. -type f -name "*pm") +WIZCFILES = $(WIZFILES:%=%_.c) PL_CFILES = $(PL_FILES:%=%_.c) POFILES = $(shell ls *.po) |