diff options
Diffstat (limited to 'kommander/working')
-rw-r--r-- | kommander/working/plugintemplate/src-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/working/plugintemplate/src-Makefile.am b/kommander/working/plugintemplate/src-Makefile.am index a7b2ee01..f5dc15f9 100644 --- a/kommander/working/plugintemplate/src-Makefile.am +++ b/kommander/working/plugintemplate/src-Makefile.am @@ -6,7 +6,7 @@ libkmdr%{APPNAMELC}_la_LDFLAGS = -module $(KDE_PLUGIN) \ # the libraries to link against. libkmdr%{APPNAMELC}_la_LIBADD = -lkommanderwidget -lkommanderplugin \ - $(LIB_KPARTS) $(LIB_KDEUI) + $(LIB_KPARTS) $(LIB_TDEUI) # which sources should be compiled for widgets libkmdr%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}plugin.cpp |