programs/localized: add automake files
This commit is contained in:
25
cde/programs/localized/Makefile.am
Normal file
25
cde/programs/localized/Makefile.am
Normal file
@@ -0,0 +1,25 @@
|
||||
SUBDIRS = util C
|
||||
|
||||
if SUN
|
||||
.NO_PARALLEL:
|
||||
endif
|
||||
|
||||
if JAPANESE
|
||||
SUBDIRS += ja_JP.dt-eucJP
|
||||
endif
|
||||
|
||||
if GERMAN
|
||||
SUBDIRS += de_DE.ISO8859-1
|
||||
endif
|
||||
|
||||
if ITALIAN
|
||||
SUBDIRS += it_IT.ISO8859-1
|
||||
endif
|
||||
|
||||
if SPANISH
|
||||
SUBDIRS += es_ES.ISO8859-1
|
||||
endif
|
||||
|
||||
if FRENCH
|
||||
SUBDIRS += fr_FR.ISO8859-1
|
||||
endif
|
||||
Reference in New Issue
Block a user