From 93907d7e7a2741818d4b5e1c3ea645f784f7347e 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 --- languages/cpp/app_templates/kscreensaver/src-Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/cpp/app_templates/kscreensaver/src-Makefile.am') diff --git a/languages/cpp/app_templates/kscreensaver/src-Makefile.am b/languages/cpp/app_templates/kscreensaver/src-Makefile.am index 175ff155..83c32868 100644 --- a/languages/cpp/app_templates/kscreensaver/src-Makefile.am +++ b/languages/cpp/app_templates/kscreensaver/src-Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS = -UQT_NO_ASCII_CAST METASOURCES = AUTO INCLUDES = $(all_includes) -LDFLAGS = $(all_libraries) $(KDE_RPATH) +LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) LDADD = $(LIB_TDEUI) -lkscreensaver -lm bin_PROGRAMS = %{APPNAMELC}.kss -- cgit v1.2.1