diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:21 +0200 |
commit | 5cc26ceed345bb95cb1defab204b631cb79319de (patch) | |
tree | 9c80b1750fe99cb93f51a1724a6f32daa53f30fe /kapptemplate/kpartplugin/plugin-Makefile.am | |
parent | 412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff) | |
download | tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kapptemplate/kpartplugin/plugin-Makefile.am')
-rw-r--r-- | kapptemplate/kpartplugin/plugin-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/kpartplugin/plugin-Makefile.am b/kapptemplate/kpartplugin/plugin-Makefile.am index 7c01ef75..cf8691c2 100644 --- a/kapptemplate/kpartplugin/plugin-Makefile.am +++ b/kapptemplate/kpartplugin/plugin-Makefile.am @@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = lib${APP_NAME_LC}plugin.la # This is all standard. Remove the LIB_TDEHTML reference if you are not # using the TDEHTML Part lib${APP_NAME_LC}plugin_la_SOURCES = plugin_${APP_NAME_LC}.cpp -lib${APP_NAME_LC}plugin_la_LIBADD = \$(LIB_KPARTS) \$(LIB_TDEHTML) +lib${APP_NAME_LC}plugin_la_LIBADD = \$(LIB_TDEPARTS) \$(LIB_TDEHTML) lib${APP_NAME_LC}plugin_la_LDFLAGS = -module \$(KDE_PLUGIN) \$(all_libraries) # Install the .rc file in the Part's directory (in this case, the part |