diff options
Diffstat (limited to 'arts/message')
-rw-r--r-- | arts/message/CMakeLists.txt | 8 | ||||
-rw-r--r-- | arts/message/Makefile.am | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/arts/message/CMakeLists.txt b/arts/message/CMakeLists.txt index 1a07d3d94..12e91f65e 100644 --- a/arts/message/CMakeLists.txt +++ b/arts/message/CMakeLists.txt @@ -11,9 +11,9 @@ include_directories( ${TQT_INCLUDE_DIRS} - ${CMAKE_BINARY_DIR}/kdecore - ${CMAKE_SOURCE_DIR}/kdecore - ${CMAKE_SOURCE_DIR}/kdeui + ${CMAKE_BINARY_DIR}/tdecore + ${CMAKE_SOURCE_DIR}/tdecore + ${CMAKE_SOURCE_DIR}/tdeui ) link_directories( @@ -31,6 +31,6 @@ set( ${target}_SRCS tde_add_executable( ${target} SOURCES ${${target}_SRCS} - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/arts/message/Makefile.am b/arts/message/Makefile.am index 19dbe8f2f..24b7a6d18 100644 --- a/arts/message/Makefile.am +++ b/arts/message/Makefile.am @@ -4,5 +4,5 @@ bin_PROGRAMS = artsmessage artsmessage_SOURCES = artsmessage.cc -artsmessage_LDADD = ../../kdeui/libtdeui.la +artsmessage_LDADD = ../../tdeui/libtdeui.la artsmessage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(KDE_MT_LDFLAGS) |