From 7a41a540c356706e36d1cc8a3ff06912af840008 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 25 Mar 2010 04:33:22 +0000 Subject: Initial batch of Krita automake fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1107237 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krita/colorspaces/rgb_f16half/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krita/colorspaces/rgb_f16half') diff --git a/krita/colorspaces/rgb_f16half/Makefile.am b/krita/colorspaces/rgb_f16half/Makefile.am index d49bd2ef..89ef5d89 100644 --- a/krita/colorspaces/rgb_f16half/Makefile.am +++ b/krita/colorspaces/rgb_f16half/Makefile.am @@ -22,7 +22,7 @@ kde_module_LTLIBRARIES = krita_rgb_f16half_plugin.la krita_rgb_f16half_plugin_la_SOURCES = rgb_f16half_plugin.cc noinst_HEADERS = rgb_f16half_plugin.h kis_rgb_f16half_colorspace.h -krita_rgb_f16half_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +krita_rgb_f16half_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore -lkdeui -lkjs -lkdefx -lkio -lkparts -llcms krita_rgb_f16half_plugin_la_LIBADD = libkrita_rgb_f16half.la ../../kritacolor/libkritacolor.la krita_rgb_f16half_plugin_la_METASOURCES = AUTO -- cgit v1.2.1