a missing declaration...

This commit is contained in:
Nils Kneuper 2008-05-08 20:47:46 +00:00
parent 8262b0a694
commit 873e61dea7

View file

@ -92,6 +92,8 @@ if(NOT WIN32)
endif(NOT WIN32)
add_definitions(-DHAS_RELATIVE_LOCALEDIR)
add_definitions(-DLOCALEDIR=${LOCALEDIR})
message("set -DLOCALEDIR='\"${LOCALEDIR}\"'")
set(LOCALE_INSTALL ${DATADIR}/${LOCALEDIR})
if(PREFERENCES_DIR)