summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-31 23:22:49 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-31 23:22:49 +0200
commit5554c26c8d9a3efb42e3bbd6e4619fc48d24ed68 (patch)
tree472c740063b71aaabfd844282771b7936b56fb7f /po
parenta060c86f0db79d5489fc930699c00558525b80cd (diff)
Make gettext work.
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 1ae2211..db80674 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -4,6 +4,7 @@
MESSAGE ( STATUS "<Locating Gettext>" )
MESSAGE ( STATUS "<******************************>" )
FIND_PACKAGE ( Gettext REQUIRED )
+INCLUDE_DIRECTORIES ( ${GETTEXT_INCLUDE_DIR} )
FILE ( GLOB _po_files *.po )
SET ( _gmoFiles )
###############################################################################