Files
cdesktop/cde/programs/localized/Makefile.am
2022-01-26 19:50:37 +08:00

22 lines
221 B
Makefile

SUBDIRS = util C
if GERMAN
SUBDIRS += de_DE.UTF-8
endif
if ITALIAN
SUBDIRS += it_IT.UTF-8
endif
if SPANISH
SUBDIRS += es_ES.UTF-8
endif
if FRENCH
SUBDIRS += fr_FR.UTF-8
endif
if JAPANESE
SUBDIRS += ja_JP.UTF-8
endif