diff options
Diffstat (limited to 'styles/dotnet')
-rw-r--r-- | styles/dotnet/CMakeLists.txt | 2 | ||||
-rw-r--r-- | styles/dotnet/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/styles/dotnet/CMakeLists.txt b/styles/dotnet/CMakeLists.txt index cd006941..ca13ae7b 100644 --- a/styles/dotnet/CMakeLists.txt +++ b/styles/dotnet/CMakeLists.txt @@ -38,6 +38,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles ) diff --git a/styles/dotnet/Makefile.am b/styles/dotnet/Makefile.am index 513221e8..4dfc95b7 100644 --- a/styles/dotnet/Makefile.am +++ b/styles/dotnet/Makefile.am @@ -24,8 +24,8 @@ METASOURCES = AUTO INCLUDES = $(all_includes) noinst_HEADERS = dotnet.h kde_style_LTLIBRARIES = dotnet.la -dotnet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx -dotnet_la_LIBADD = -lkdefx +dotnet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx +dotnet_la_LIBADD = -ltdefx dotnet_la_SOURCES = dotnet.cpp themercdir = $(kde_datadir)/kstyle/themes |