summaryrefslogtreecommitdiffstats
path: root/kpackage
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:15:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:15:15 -0600
commit06ad876fe1444e1263c2eeaf4864eaf15718797b (patch)
tree78ef2ab30e3733ced3989d29017e44387e0c2e0b /kpackage
parentfadf12ddbd394c32ecb6fb46ef230f08875c1fec (diff)
downloadtdeadmin-06ad876fe1444e1263c2eeaf4864eaf15718797b.tar.gz
tdeadmin-06ad876fe1444e1263c2eeaf4864eaf15718797b.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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 1944403..04939be 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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.