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/zeroconf/Makefile.am | |
parent | 54f6d7a987390e35df20b371bf5eb59d5a9f8a66 (diff) | |
download | ktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.tar.gz ktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'plugins/zeroconf/Makefile.am')
-rw-r--r-- | plugins/zeroconf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |