Fix:Build:Correct source for installation files
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 27 Jun 2011 15:16:56 +0000 (15:16 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 27 Jun 2011 15:16:56 +0000 (15:16 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4541 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/support/espeak/CMakeLists.txt

index bba1f5e..c1c5201 100644 (file)
@@ -2,4 +2,4 @@ supportlib_add_library(support_espeak compiledict.c dictionary.c intonation.c re
    numbers.c synth_mbrola.c synthdata.c synthesize.c translate.c tr_languages.c voices.c wavegen.c 
    phonemelist.c klatt.c speak_init.c)
 
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/espeak-data DESTINATION ${SHARE_DIR} PATTERN ".svn" EXCLUDE)
+install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/espeak-data DESTINATION ${SHARE_DIR} PATTERN ".svn" EXCLUDE)