diff options
Diffstat (limited to 'krita/plugins/viewplugins/screenshot/Makefile.am')
-rw-r--r-- | krita/plugins/viewplugins/screenshot/Makefile.am | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/krita/plugins/viewplugins/screenshot/Makefile.am b/krita/plugins/viewplugins/screenshot/Makefile.am new file mode 100644 index 00000000..616ebdcd --- /dev/null +++ b/krita/plugins/viewplugins/screenshot/Makefile.am @@ -0,0 +1,26 @@ +kritarcdir = $(kde_datadir)/kritaplugins +kritarc_DATA = screenshot-krita.rc + +EXTRA_DIST = $(kritarc_DATA) + +INCLUDES = -I$(srcdir)/../../../sdk \ + -I$(srcdir)/../../../core \ + -I$(srcdir)/../../../kritacolor/ \ + -I$(srcdir)/../../../ui \ + $(KOFFICE_INCLUDES) \ + $(all_includes) + +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) +kritascreenshot_la_LIBADD = ../../../libkritacommon.la + +kde_services_DATA = kritascreenshot.desktop + +kritascreenshot_la_METASOURCES = AUTO + +messages: rc.cpp + $(XGETTEXT) *.cpp -o $(podir)/kscreenshot_plugin.pot |