summaryrefslogtreecommitdiffstats
path: root/lib/kross/runner/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:35:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:35:49 -0600
commit974382c11f3a737be5416e7308dd80cd808c5d8e (patch)
treeed0277b9240508610a76dc6d89b586ae3860ba28 /lib/kross/runner/Makefile.am
parentf2afc831b98f7d114db0ea2802e0a95aec079644 (diff)
downloadkoffice-974382c11f3a737be5416e7308dd80cd808c5d8e.tar.gz
koffice-974382c11f3a737be5416e7308dd80cd808c5d8e.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'lib/kross/runner/Makefile.am')
-rw-r--r--lib/kross/runner/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kross/runner/Makefile.am b/lib/kross/runner/Makefile.am
index 4de9bed7..1b2c9357 100644
--- a/lib/kross/runner/Makefile.am
+++ b/lib/kross/runner/Makefile.am
@@ -4,8 +4,8 @@ include $(top_srcdir)/lib/kross/Makefile.global
bin_PROGRAMS = krossrunner
krossrunner_SOURCES = main.cpp
-krossrunner_LDADD = $(LIB_QT) $(LIB_KDECORE) ../api/libkrossapi.la ../main/libkrossmain.la
+krossrunner_LDADD = $(LIB_QT) $(LIB_TDECORE) ../api/libkrossapi.la ../main/libkrossmain.la
INCLUDES = $(KROSS_INCLUDES) $(all_includes)
-krossrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+krossrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
SUBDIRS = .
METASOURCES = AUTO