~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to krita/plugins/screenshot/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#kwordrcdir = $(kde_datadir)/kword/kpartplugins
2
 
#kwordrc_DATA = screenshot-kword.rc
3
 
 
4
 
kritarcdir = $(kde_datadir)/krita/kpartplugins
5
 
kritarc_DATA = screenshot-krita.rc
6
 
 
7
 
#kpresenterrcdir = $(kde_datadir)/kpresenter/kpartplugins
8
 
#kpresenterrc_DATA = screenshot-kpresenter.rc
9
 
 
10
 
EXTRA_DIST =  $(kritarc_DATA) #$(kpresenterrc_DATA) $(kwordrc_DATA)
11
 
 
12
 
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
13
 
kde_module_LTLIBRARIES = kritascreenshot.la
14
 
 
15
 
kritascreenshot_la_SOURCES = screenshot.cpp ksnapshot.cpp regiongrabber.cpp ksnapshotwidget.ui
16
 
noinst_HEADERS = screenshot.h ksnapshot.h regiongrabber.h ksnapshotwidget.h ksnapshotwidget.ui.h
17
 
 
18
 
kritascreenshot_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
19
 
kritascreenshot_la_LIBADD = $(LIB_KOFFICECORE)
20
 
 
21
 
kritascreenshot_la_METASOURCES = AUTO
22
 
 
23
 
messages: rc.cpp
24
 
        $(XGETTEXT) *.cpp -o $(podir)/kscreenshot_plugin.pot