diff options
Diffstat (limited to 'konsolekalendar')
-rw-r--r-- | konsolekalendar/CMakeLists.txt | 2 | ||||
-rw-r--r-- | konsolekalendar/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/konsolekalendar/CMakeLists.txt b/konsolekalendar/CMakeLists.txt index 107c87a7c..2c736bc50 100644 --- a/konsolekalendar/CMakeLists.txt +++ b/konsolekalendar/CMakeLists.txt @@ -64,6 +64,6 @@ tde_add_executable( konsolekalendar AUTOMOC konsolekalendarchange.cpp konsolekalendarvariables.cpp konsolekalendaradd.cpp konsolekalendarexports.cpp konsolekalendar.cpp stdcalendar.cpp main.cpp - LINK kdepim-shared + LINK tdepim-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/konsolekalendar/Makefile.am b/konsolekalendar/Makefile.am index 4aae26b67..fb19ffee4 100644 --- a/konsolekalendar/Makefile.am +++ b/konsolekalendar/Makefile.am @@ -13,7 +13,7 @@ konsolekalendar_SOURCES = konsolekalendarepoch.cpp konsolekalendardelete.cpp \ konsolekalendaradd.cpp konsolekalendarexports.cpp konsolekalendar.cpp \ stdcalendar.cpp main.cpp konsolekalendar_LDADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la -konsolekalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +konsolekalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor appsdir = $(kde_appsdir)/Utilities xdg_apps_DATA = konsolekalendar.desktop |