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

« back to all changes in this revision

Viewing changes to krita/modules/colorspace_gray/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
 
#kritarcdir = $(kde_datadir)/krita/kpartplugins
2
 
#kritarc_DATA = grayplugin.rc
3
 
kde_services_DATA = kritagrayplugin.desktop
4
 
 
5
 
#EXTRA_DIST = $(kritarc_DATA)
6
 
 
7
 
INCLUDES  = -I$(srcdir)/../../core \
8
 
        -I$(srcdir)/../../core/tiles \
9
 
        -I$(srcdir)/../../core/tool \
10
 
        -I$(srcdir)/../../core/resources \
11
 
        -I$(srcdir)/../../core/color_strategy \
12
 
        -I$(srcdir)/../../core/compositeop \
13
 
        -I$(srcdir)/../../ui \
14
 
        $(KOFFICE_INCLUDES) \
15
 
        -I$(interfacedir) \
16
 
        $(KOPAINTER_INCLUDES) \
17
 
        $(all_includes)
18
 
 
19
 
kde_module_LTLIBRARIES = kritagrayplugin.la
20
 
 
21
 
kritagrayplugin_la_SOURCES = gray_plugin.cc kis_strategy_colorspace_grayscale.cc
22
 
noinst_HEADERS = gray_plugin.h kis_strategy_colorspace_grayscale.h
23
 
 
24
 
kritagrayplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
25
 
kritagrayplugin_la_LIBADD =  ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
26
 
 
27
 
kritagrayplugin_la_METASOURCES = AUTO
28
 
 
29
 
 
30
 
SUBDIRS=templates