diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:24:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:24:44 -0600 |
commit | 92838ed89df4cbf94b7a3198fb254bed34cdc926 (patch) | |
tree | f499d97b1c8d472cf99516fcfe83530ef2349333 /plugins/search | |
parent | 54f6d7a987390e35df20b371bf5eb59d5a9f8a66 (diff) | |
download | ktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.tar.gz ktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'plugins/search')
-rw-r--r-- | plugins/search/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/search/Makefile.am b/plugins/search/Makefile.am index 1cbb3ef..97d4269 100644 --- a/plugins/search/Makefile.am +++ b/plugins/search/Makefile.am @@ -9,7 +9,7 @@ ktsearchplugin_la_SOURCES = searchplugin.cpp htmlpart.cpp searchbar.ui \ # Libs needed by the plugin ktsearchplugin_la_LIBADD = ../../libktorrent/libktorrent.la \ $(LIB_TDEHTML) $(LIB_KPARTS) $(LIB_QT) \ - $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE) + $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) # LD flags for the plugin # -module says: this is a module, i.e. something you're going to dlopen |