summaryrefslogtreecommitdiffstats
path: root/kpackage
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:41:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:41:26 -0600
commit3513b12f1d5496b71a9dd9ae7b9ad99d0e9b0cd7 (patch)
treeca9dc2f28cfceceaeb8ddc0c678d62d8cbadc8d3 /kpackage
parent6658f07f108e2814ea88dc8d82f65fa7b24e5eb6 (diff)
downloadtdeadmin-3513b12f1d5496b71a9dd9ae7b9ad99d0e9b0cd7.tar.gz
tdeadmin-3513b12f1d5496b71a9dd9ae7b9ad99d0e9b0cd7.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'kpackage')
-rw-r--r--kpackage/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/Makefile.am b/kpackage/Makefile.am
index e162d8f..1944403 100644
--- a/kpackage/Makefile.am
+++ b/kpackage/Makefile.am
@@ -20,7 +20,7 @@ kpackage_SOURCES = kpackage.cpp managementWidget.cpp packageDisplay.cpp \
kpackage_METASOURCES = AUTO
# the library search path
-kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.