diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:29:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:29:09 -0600 |
commit | ddb3ecbfc4c2ea7634002e860b87989a9104b1e2 (patch) | |
tree | cbd2310de9a7a5cddb6777d9bf50c3f29fccf815 /konq-plugins/sidebar/newsticker/Makefile.am | |
parent | 84e0480c017e85530f4862f6f32e710e8f389c6b (diff) | |
download | tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.tar.gz tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'konq-plugins/sidebar/newsticker/Makefile.am')
-rw-r--r-- | konq-plugins/sidebar/newsticker/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/sidebar/newsticker/Makefile.am b/konq-plugins/sidebar/newsticker/Makefile.am index 4dc9fae..3b6ad90 100644 --- a/konq-plugins/sidebar/newsticker/Makefile.am +++ b/konq-plugins/sidebar/newsticker/Makefile.am @@ -17,7 +17,7 @@ konq_sidebarnews_la_SOURCES = sidebar_news.cpp sidebar_news.skel nsstacktabwidge sidebarsettings.kcfgc \ configfeedsbase.ui configfeeds.cpp konq_sidebarnews_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -konq_sidebarnews_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE) -lkonqsidebarplugin +konq_sidebarnews_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE) -lkonqsidebarplugin globaladddir = $(kde_datadir)/konqsidebartng/add |