diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:55 -0600 |
commit | 78a14fe575048e318a9c4403cb42060b17946883 (patch) | |
tree | c3f3c4d9a229752bb371ccbd45ec3f488276a950 /kuiviewer | |
parent | bd3922c07c6753c5cb6ceeb6df8c6edae1183d2d (diff) | |
download | tdesdk-78a14fe575048e318a9c4403cb42060b17946883.tar.gz tdesdk-78a14fe575048e318a9c4403cb42060b17946883.zip |
Additional kde to tde renaming
Diffstat (limited to 'kuiviewer')
-rw-r--r-- | kuiviewer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kuiviewer/Makefile.am b/kuiviewer/Makefile.am index 378f0e22..f564c10f 100644 --- a/kuiviewer/Makefile.am +++ b/kuiviewer/Makefile.am @@ -25,7 +25,7 @@ bin_PROGRAMS = kuiviewer # the application source, library search path, and link libraries kuiviewer_SOURCES = main.cpp kuiviewer.cpp -kuiviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kuiviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kuiviewer_LDADD = $(LIB_KPARTS) xdg_apps_DATA =kuiviewer.desktop |