summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:24:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:24:44 -0600
commit92838ed89df4cbf94b7a3198fb254bed34cdc926 (patch)
treef499d97b1c8d472cf99516fcfe83530ef2349333 /plugins
parent54f6d7a987390e35df20b371bf5eb59d5a9f8a66 (diff)
downloadktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.tar.gz
ktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.zip
Rename a few build variables for overall consistency
Diffstat (limited to 'plugins')
-rw-r--r--plugins/infowidget/Makefile.am2
-rw-r--r--plugins/ipfilter/Makefile.am2
-rw-r--r--plugins/logviewer/Makefile.am2
-rw-r--r--plugins/partfileimport/Makefile.am2
-rw-r--r--plugins/scanfolder/Makefile.am2
-rw-r--r--plugins/scheduler/Makefile.am2
-rw-r--r--plugins/search/Makefile.am2
-rw-r--r--plugins/upnp/Makefile.am2
-rw-r--r--plugins/webinterface/Makefile.am2
-rw-r--r--plugins/zeroconf/Makefile.am2
10 files changed, 10 insertions, 10 deletions
diff --git a/plugins/infowidget/Makefile.am b/plugins/infowidget/Makefile.am
index 10775f4..7497890 100644
--- a/plugins/infowidget/Makefile.am
+++ b/plugins/infowidget/Makefile.am
@@ -12,7 +12,7 @@ ktinfowidgetplugin_la_SOURCES = infowidgetplugin.cpp availabilitychunkbar.cpp \
# Libs needed by the plugin
ktinfowidgetplugin_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
diff --git a/plugins/ipfilter/Makefile.am b/plugins/ipfilter/Makefile.am
index 4e78aba..715db5a 100644
--- a/plugins/ipfilter/Makefile.am
+++ b/plugins/ipfilter/Makefile.am
@@ -10,7 +10,7 @@ ktipfilterplugin_la_SOURCES = ipfilterplugin.cpp ipblockingpref.ui \
# Libs needed by the plugin
ktipfilterplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_KPARTS) \
../../libktorrent/libktorrent.la $(LIB_QT) \
- $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
+ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
diff --git a/plugins/logviewer/Makefile.am b/plugins/logviewer/Makefile.am
index 2c7f150..7a9638e 100644
--- a/plugins/logviewer/Makefile.am
+++ b/plugins/logviewer/Makefile.am
@@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = ktlogviewerplugin.la
# Libs needed by the plugin
ktlogviewerplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_KPARTS) \
../../libktorrent/libktorrent.la $(LIB_QT) \
- $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
+ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
diff --git a/plugins/partfileimport/Makefile.am b/plugins/partfileimport/Makefile.am
index ec902f3..37c1109 100644
--- a/plugins/partfileimport/Makefile.am
+++ b/plugins/partfileimport/Makefile.am
@@ -8,7 +8,7 @@ ktpartfileimportplugin_la_SOURCES = partfileimportplugin.cpp importdlgbase.ui im
# Libs needed by the plugin
ktpartfileimportplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_KPARTS) \
../../libktorrent/libktorrent.la \
- $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
+ $(LIB_QT) $(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
diff --git a/plugins/scanfolder/Makefile.am b/plugins/scanfolder/Makefile.am
index 191f623..4fd62b1 100644
--- a/plugins/scanfolder/Makefile.am
+++ b/plugins/scanfolder/Makefile.am
@@ -25,7 +25,7 @@ ktscanfolderplugin_la_SOURCES = scanfolderplugin.cpp \
scanfolderpluginsettings.kcfgc scanfolderprefpage.cpp sfprefwidgetbase.ui scanfolderprefpagewidget.cpp \
scanfolder.cpp
ktscanfolderplugin_la_LIBADD = $(LIB_KPARTS) ../../libktorrent/libktorrent.la \
- $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
+ $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/plugins/scheduler/Makefile.am b/plugins/scheduler/Makefile.am
index 85d292d..4ceac0d 100644
--- a/plugins/scheduler/Makefile.am
+++ b/plugins/scheduler/Makefile.am
@@ -10,7 +10,7 @@ ktschedulerplugin_la_SOURCES = schedulerplugin.cpp \
# Libs needed by the plugin
ktschedulerplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_KPARTS) \
../../libktorrent/libktorrent.la \
- $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
+ $(LIB_QT) $(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
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
diff --git a/plugins/upnp/Makefile.am b/plugins/upnp/Makefile.am
index 7bd7b74..83c503d 100644
--- a/plugins/upnp/Makefile.am
+++ b/plugins/upnp/Makefile.am
@@ -16,7 +16,7 @@ ktupnpplugin_la_SOURCES = upnpplugin.cpp upnpprefpage.cpp upnpwidget.ui \
ktupnpplugin_la_LIBADD = libktupnp.la \
$(LIB_KPARTS) ../../libktorrent/libktorrent.la \
$(LIB_QT) \
- $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
+ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
diff --git a/plugins/webinterface/Makefile.am b/plugins/webinterface/Makefile.am
index 0fee620..8067401 100644
--- a/plugins/webinterface/Makefile.am
+++ b/plugins/webinterface/Makefile.am
@@ -12,7 +12,7 @@ ktwebinterfaceplugin_la_SOURCES = webinterfaceplugin.cpp httpserver.cpp \
# Libs needed by the plugin
ktwebinterfaceplugin_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
diff --git a/plugins/zeroconf/Makefile.am b/plugins/zeroconf/Makefile.am
index 006a6bf..22e9d67 100644
--- a/plugins/zeroconf/Makefile.am
+++ b/plugins/zeroconf/Makefile.am
@@ -11,7 +11,7 @@ ktzeroconfplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(AVAHI_LIB
ktzeroconfplugin_la_SOURCES = localbrowser.cpp avahiservice.cpp \
zeroconfplugin.cpp
-ktzeroconfplugin_la_LIBADD = $(LIB_TDECORE) $(LIB_KFILE) $(LIB_KPARTS) $(LIB_TDEUI)\
+ktzeroconfplugin_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_KPARTS) $(LIB_TDEUI)\
$(LIB_QT) ../../libktorrent/libktorrent.la
noinst_HEADERS = zeroconfplugin.h