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

« back to all changes in this revision

Viewing changes to krita/colorspaces/rgb_u16/tests/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
AM_CPPFLAGS = -I$(srcdir)/.. \
 
2
         -I$(srcdir)/../../../sdk \
 
3
        -I$(srcdir)/../../../kritacolor/color_strategy/ \
 
4
        -I$(srcdir)/../../../color_strategy/ \
 
5
        $(all_includes)
 
6
 
 
7
# The check_ target makes sure we don't install the modules,
 
8
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
 
9
check_LTLIBRARIES = kunittest_kis_strategy_colorspace_rgb_u16_tester.la
 
10
 
 
11
kunittest_kis_strategy_colorspace_rgb_u16_tester_la_SOURCES = kis_strategy_colorspace_rgb_u16_tester.cc
 
12
kunittest_kis_strategy_colorspace_rgb_u16_tester_la_LIBADD = -lkunittest ../libkrita_rgb_u16.la
 
13
kunittest_kis_strategy_colorspace_rgb_u16_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
 
14
 
 
15
check-local: kunittest_kis_strategy_colorspace_rgb_u16_tester.la
 
16
        kunittestmodrunner
 
17