From 92838ed89df4cbf94b7a3198fb254bed34cdc926 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:24:44 -0600 Subject: Rename a few build variables for overall consistency --- plugins/webinterface/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/webinterface/Makefile.am') 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 -- cgit v1.2.1