diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:03:38 +0200 |
commit | d17de25b7fe2200ed60b15ec6801e3458b2c1046 (patch) | |
tree | f8d177d2e951eab368c0491c24837836ef41470b /kommander/working/plugintemplate | |
parent | 9b520883661b34a40beb46cedb80355fbe6587ad (diff) | |
download | tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.tar.gz tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kommander/working/plugintemplate')
-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 e5c1ca06..9b76b839 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_TDEUI) + $(LIB_TDEPARTS) $(LIB_TDEUI) # which sources should be compiled for widgets libkmdr%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}plugin.cpp |