diff options
Diffstat (limited to 'arts/knotify')
-rw-r--r-- | arts/knotify/CMakeLists.txt | 8 | ||||
-rw-r--r-- | arts/knotify/Makefile.am | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/arts/knotify/CMakeLists.txt b/arts/knotify/CMakeLists.txt index 7871b1813..c290e9188 100644 --- a/arts/knotify/CMakeLists.txt +++ b/arts/knotify/CMakeLists.txt @@ -14,11 +14,11 @@ include_directories( ${ARTS_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} - ${CMAKE_BINARY_DIR}/kdecore + ${CMAKE_BINARY_DIR}/tdecore ${CMAKE_SOURCE_DIR}/arts/kde ${CMAKE_SOURCE_DIR}/dcop - ${CMAKE_SOURCE_DIR}/kdecore - ${CMAKE_SOURCE_DIR}/kdeui + ${CMAKE_SOURCE_DIR}/tdecore + ${CMAKE_SOURCE_DIR}/tdeui ) link_directories( @@ -43,7 +43,7 @@ set( ${target}_SRCS if( ARTS_FOUND ) set( LIBS artskde-shared ) else( ARTS_FOUND ) - set( LIBS kdeui-shared ) + set( LIBS tdeui-shared ) endif( ARTS_FOUND ) tde_add_kpart( ${target} AUTOMOC diff --git a/arts/knotify/Makefile.am b/arts/knotify/Makefile.am index 9472b5dec..fea1a9e9c 100644 --- a/arts/knotify/Makefile.am +++ b/arts/knotify/Makefile.am @@ -15,7 +15,7 @@ knotify_la_METASOURCES = AUTO check_PROGRAMS = knotifytest knotifytest_SOURCES = knotifytest.cpp knotifytest_LDADD = $(LIB_KDECORE) -knotifytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +knotifytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor noinst_HEADERS = knotify.h |