summaryrefslogtreecommitdiffstats
path: root/kpackage
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:26:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:26:50 -0600
commitc294787b8256a8b5451500b1f075338e96f0bc6e (patch)
tree263bbbaca9b9e020721ea7265e40a36cd8010396 /kpackage
parent038b83d0ce08e4c62563837a04cd6ce89dd17a7e (diff)
downloadtdeadmin-c294787b8256a8b5451500b1f075338e96f0bc6e.tar.gz
tdeadmin-c294787b8256a8b5451500b1f075338e96f0bc6e.zip
Additional kde to tde renaming
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 c8a19b0..e162d8f 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) -lkdefx $(LIB_KIO) -lktexteditor
+kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.