diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:13 -0600 |
commit | ef9eb4959e8e2df853a8dcdf31a21b525fd42808 (patch) | |
tree | 21de67543a92a816b308e12c7cfc30699cc56caf /src/CMakeLists.txt | |
parent | 2ec1b629e4a1e15db7d1563f6c5db1c307aa9ea7 (diff) | |
download | tdeio-locate-ef9eb4959e8e2df853a8dcdf31a21b525fd42808.tar.gz tdeio-locate-ef9eb4959e8e2df853a8dcdf31a21b525fd42808.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e2a1ab8..0ac1254 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,7 +15,7 @@ include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/src ${CMAKE_SOURCE_DIR}/src - ${CMAKE_SOURCE_DIR}/kio/kio + ${CMAKE_SOURCE_DIR}/tdeio/tdeio ) link_directories( @@ -42,6 +42,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK kio-shared + LINK tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |