summaryrefslogtreecommitdiffstats
path: root/apps/kttorinfo
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 /apps/kttorinfo
parent54f6d7a987390e35df20b371bf5eb59d5a9f8a66 (diff)
downloadktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.tar.gz
ktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.zip
Rename a few build variables for overall consistency
Diffstat (limited to 'apps/kttorinfo')
-rw-r--r--apps/kttorinfo/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/kttorinfo/Makefile.am b/apps/kttorinfo/Makefile.am
index d85426e..22b967e 100644
--- a/apps/kttorinfo/Makefile.am
+++ b/apps/kttorinfo/Makefile.am
@@ -4,7 +4,7 @@ METASOURCES = AUTO
bin_PROGRAMS = kttorinfo
kttorinfo_SOURCES = main.cpp
kttorinfo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
-kttorinfo_LDADD = ../../libktorrent/libktorrent.la $(LIB_KPARTS) $(LIB_KFILE) \
+kttorinfo_LDADD = ../../libktorrent/libktorrent.la $(LIB_KPARTS) $(LIB_TDEFILE) \
$(LIB_KIO)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)