summaryrefslogtreecommitdiffstats
path: root/apps
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
parent54f6d7a987390e35df20b371bf5eb59d5a9f8a66 (diff)
downloadktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.tar.gz
ktorrent-92838ed89df4cbf94b7a3198fb254bed34cdc926.zip
Rename a few build variables for overall consistency
Diffstat (limited to 'apps')
-rw-r--r--apps/ktcachecheck/Makefile.am2
-rw-r--r--apps/ktorrent/Makefile.am2
-rw-r--r--apps/kttorinfo/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/ktcachecheck/Makefile.am b/apps/ktcachecheck/Makefile.am
index f6c2a80..fefaa28 100644
--- a/apps/ktcachecheck/Makefile.am
+++ b/apps/ktcachecheck/Makefile.am
@@ -7,6 +7,6 @@ ktcachecheck_SOURCES = cachecheck.cpp cachechecker.cpp singlecachechecker.cpp \
multicachechecker.cpp
ktcachecheck_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
ktcachecheck_LDADD = $(LIB_KPARTS) ../../libktorrent/libktorrent.la \
- $(LIB_KFILE) $(LIB_KIO)
+ $(LIB_TDEFILE) $(LIB_KIO)
noinst_HEADERS = cachechecker.h singlecachechecker.h multicachechecker.h
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/apps/ktorrent/Makefile.am b/apps/ktorrent/Makefile.am
index 28c1073..80b5601 100644
--- a/apps/ktorrent/Makefile.am
+++ b/apps/ktorrent/Makefile.am
@@ -14,7 +14,7 @@ INCLUDES = -I$(top_builddir)/ktorrent/libktorrent -I$(top_builddir)/libktorrent/
ktorrent_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
# the libraries to link against.
-ktorrent_LDADD = ../../apps/ktorrent/newui/libnewui.la $(LIB_KFILE) \
+ktorrent_LDADD = ../../apps/ktorrent/newui/libnewui.la $(LIB_TDEFILE) \
$(LIB_KIO) $(LIB_KPARTS) ../../apps/ktorrent/groups/libgroups.la \
../../libktorrent/libktorrent.la
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)