diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:16:14 +0200 |
commit | 8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850 (patch) | |
tree | 4c67d6f89a8c5ada2dc621e92c66568b4bd6b8d6 /plugins/zeroconf/Makefile.am | |
parent | 6ca429f20375d7731c7c383f553446b9b487b1f1 (diff) | |
download | ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.tar.gz ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.zip |
Additional k => tde renaming and fixes
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 22e9d67..fb482f0 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_TDEFILE) $(LIB_KPARTS) $(LIB_TDEUI)\ +ktzeroconfplugin_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TDEUI)\ $(LIB_QT) ../../libktorrent/libktorrent.la noinst_HEADERS = zeroconfplugin.h |