cdesktopenv/cde/programs/localized/Makefile.am

18 lines
179 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