diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-25 17:10:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-25 17:10:56 +0000 |
commit | 40fb4d06440009abcbb5731f45e5ea563bf3beb5 (patch) | |
tree | 5fb93c4e4886666c452a0a56f1db1746b3e070ad /krita/plugins/viewplugins/screenshot/Makefile.am | |
parent | f84d8a2c4e4058c02f219cd81e6588b4a7abbc58 (diff) | |
download | koffice-40fb4d06440009abcbb5731f45e5ea563bf3beb5.tar.gz koffice-40fb4d06440009abcbb5731f45e5ea563bf3beb5.zip |
More automake fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1107444 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krita/plugins/viewplugins/screenshot/Makefile.am')
-rw-r--r-- | krita/plugins/viewplugins/screenshot/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |