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