diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:48:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:48:11 -0600 |
commit | 57cce360ee1580350fe7a9585103948adce55de7 (patch) | |
tree | 8e94b06462c1073fc87f39e5250aa8fb512b3ad8 /parts | |
parent | 14552bec6fd72f40cc2e5e99d5a5e0d64550cbae (diff) | |
download | tdevelop-57cce360ee1580350fe7a9585103948adce55de7.tar.gz tdevelop-57cce360ee1580350fe7a9585103948adce55de7.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'parts')
-rw-r--r-- | parts/documentation/interfaces/Makefile.am | 2 | ||||
-rw-r--r-- | parts/documentation/tools/htdig/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/parts/documentation/interfaces/Makefile.am b/parts/documentation/interfaces/Makefile.am index 72c5afd2..e0de7668 100644 --- a/parts/documentation/interfaces/Makefile.am +++ b/parts/documentation/interfaces/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO partincludedirdir = $(includedir)/kdevelop/parts/documentation lib_LTLIBRARIES = libdocumentation_interfaces.la libdocumentation_interfaces_la_LDFLAGS = $(all_libraries) -libdocumentation_interfaces_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) +libdocumentation_interfaces_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) libdocumentation_interfaces_la_SOURCES = kdevdocumentationplugin.cpp partincludedir_HEADERS = kdevdocumentationplugin.h servicetypedir = $(kde_servicetypesdir) diff --git a/parts/documentation/tools/htdig/Makefile.am b/parts/documentation/tools/htdig/Makefile.am index b9630ad2..f69a7b30 100644 --- a/parts/documentation/tools/htdig/Makefile.am +++ b/parts/documentation/tools/htdig/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) METASOURCES = AUTO bin_PROGRAMS = kdevelop-htdig -kdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor kdevelop_htdig_SOURCES = htdigindex.cpp noinst_HEADERS = htdigindex.h |