summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-09-18 15:16:02 +0200
committerPierre Ossman <ossman@cendio.se>2014-09-18 15:16:02 +0200
commit137e615219fb1df768f79965685fff5aa05b869a (patch)
tree5ffad647a3a6da5d9c3c6e108363b0b662790d47 /po
parentc73caa9d402958b57dcd96246c719c2f21764a6b (diff)
downloadtigervnc-137e615219fb1df768f79965685fff5aa05b869a.tar.gz
tigervnc-137e615219fb1df768f79965685fff5aa05b869a.zip
Allow generating translations even with a separate build directory
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 6dd092e5..fcc00273 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -12,7 +12,6 @@ find_program(GETTEXT_XGETTEXT_EXECUTABLE xgettext)
if (GETTEXT_XGETTEXT_EXECUTABLE)
# Get list of all source files
file(GLOB_RECURSE po_source
- RELATIVE ${PROJECT_SOURCE_DIR}
${PROJECT_SOURCE_DIR}/vncviewer/*.h
${PROJECT_SOURCE_DIR}/vncviewer/*.cxx
)