summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kapp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:48:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:48:11 -0600
commit57cce360ee1580350fe7a9585103948adce55de7 (patch)
tree8e94b06462c1073fc87f39e5250aa8fb512b3ad8 /languages/cpp/app_templates/kapp
parent14552bec6fd72f40cc2e5e99d5a5e0d64550cbae (diff)
downloadtdevelop-57cce360ee1580350fe7a9585103948adce55de7.tar.gz
tdevelop-57cce360ee1580350fe7a9585103948adce55de7.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'languages/cpp/app_templates/kapp')
-rw-r--r--languages/cpp/app_templates/kapp/src-Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/kapp/src-Makefile.am b/languages/cpp/app_templates/kapp/src-Makefile.am
index 318e274a..8c3e28bd 100644
--- a/languages/cpp/app_templates/kapp/src-Makefile.am
+++ b/languages/cpp/app_templates/kapp/src-Makefile.am
@@ -11,7 +11,7 @@ INCLUDES = $(all_includes)
%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries)
# the libraries to link against.
-%{APPNAMELC}_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT)
+%{APPNAMELC}_LDADD = $(LIB_KFILE) $(LIB_TDEPRINT)
# which sources should be compiled for %{APPNAMELC}
%{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}view.cpp \
@@ -22,7 +22,7 @@ noinst_HEADERS = %{APPNAMELC}.h %{APPNAMELC}view.h pref.h
# client stuff
%{APPNAMELC}_client_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-%{APPNAMELC}_client_LDADD = $(LIB_KDECORE)
+%{APPNAMELC}_client_LDADD = $(LIB_TDECORE)
%{APPNAMELC}_client_SOURCES = %{APPNAMELC}_client.cpp
# let autotqmoc handle all of the meta source files (tqmoc)