From 40fb4d06440009abcbb5731f45e5ea563bf3beb5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 25 Mar 2010 17:10:56 +0000 Subject: More automake fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1107444 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krita/plugins/viewplugins/screenshot/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'krita/plugins/viewplugins/screenshot') diff --git a/krita/plugins/viewplugins/screenshot/Makefile.am b/krita/plugins/viewplugins/screenshot/Makefile.am index da245c22..f05e3154 100644 --- a/krita/plugins/viewplugins/screenshot/Makefile.am +++ b/krita/plugins/viewplugins/screenshot/Makefile.am @@ -15,8 +15,8 @@ kde_module_LTLIBRARIES = kritascreenshot.la kritascreenshot_la_SOURCES = screenshot.cpp ksnapshot.cpp regiongrabber.cpp ksnapshotwidget.ui noinst_HEADERS = screenshot.h ksnapshot.h regiongrabber.h ksnapshotwidget.h ksnapshotwidget.ui.h -kritascreenshot_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kritablurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore -lkdeui -lkjs -lkdefx -lkio -lkparts -L../../../../krita/kritacolor/.libs -lkritacolor -L../../../../krita/core/.libs -lkritaimage \ - -L../../../../krita/ui/.libs -lkritaui -L../../../../lib/kofficeui/.libs -lkofficeui +kritascreenshot_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore -lkdeui -lkjs -lkdefx -lkio -lkparts -L../../../../krita/kritacolor/.libs -lkritacolor -L../../../../krita/core/.libs -lkritaimage \ + -L../../../../krita/ui/.libs -lkritaui -L../../../../lib/kofficeui/.libs -lkofficeui -lkdeprint kritascreenshot_la_LIBADD = ../../../libkritacommon.la kde_services_DATA = kritascreenshot.desktop -- cgit v1.2.1