From b50abf585c3dbf35030fb18463ef61ea1ff67d89 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Nov 2012 21:42:20 -0600 Subject: Automatically update admin submodule and copy sustem libtool files before first build Fix FTBFS in many TDE sample projects Place TDE sample projects in a TDE category instead of a KDE category (part of the original commit) (cherry picked from commit 93907d7e7a2741818d4b5e1c3ea645f784f7347e) --- languages/cpp/app_templates/khello/src-Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/cpp/app_templates/khello') diff --git a/languages/cpp/app_templates/khello/src-Makefile.am b/languages/cpp/app_templates/khello/src-Makefile.am index 1c76ceb1..2979b2fd 100644 --- a/languages/cpp/app_templates/khello/src-Makefile.am +++ b/languages/cpp/app_templates/khello/src-Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = %{APPNAMELC} # the application source, library search path, and link libraries %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp -%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) +%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KPARTS) %{APPNAMELC}_LDADD = $(LIB_KDEUI) # this is where the desktop file will go -- cgit v1.2.3