diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:50 -0600 |
commit | c294787b8256a8b5451500b1f075338e96f0bc6e (patch) | |
tree | 263bbbaca9b9e020721ea7265e40a36cd8010396 /kpackage | |
parent | 038b83d0ce08e4c62563837a04cd6ce89dd17a7e (diff) | |
download | tdeadmin-c294787b8256a8b5451500b1f075338e96f0bc6e.tar.gz tdeadmin-c294787b8256a8b5451500b1f075338e96f0bc6e.zip |
Additional kde to tde renaming
Diffstat (limited to 'kpackage')
-rw-r--r-- | kpackage/Makefile.am | 2 |
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. |