~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/src/svg/Makefile_insert

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Makefile.am fragment sourced by src/Makefile.am.
 
2
 
 
3
ink_common_sources +=   \
 
4
        svg/css-ostringstream.h \
 
5
        svg/css-ostringstream.cpp       \
 
6
        svg/itos.cpp    \
 
7
        svg/path-string.h       \
 
8
        svg/path-string.cpp \
 
9
        svg/round.cpp   \
 
10
        svg/stringstream.h      \
 
11
        svg/stringstream.cpp    \
 
12
        svg/strip-trailing-zeros.h      \
 
13
        svg/strip-trailing-zeros.cpp    \
 
14
        svg/svg-affine.cpp      \
 
15
        svg/svg-color.cpp       \
 
16
        svg/svg-color.h         \
 
17
        svg/svg-icc-color.h \
 
18
        svg/svg-length.cpp      \
 
19
        svg/svg-length.h        \
 
20
        svg/svg-path.cpp        \
 
21
        svg/svg.h
 
22
 
 
23
# ######################
 
24
# ### CxxTest stuff ####
 
25
# ######################
 
26
CXXTEST_TESTSUITES += \
 
27
        $(srcdir)/svg/css-ostringstream-test.h  \
 
28
        $(srcdir)/svg/stringstream-test.h       \
 
29
        $(srcdir)/svg/svg-affine-test.h         \
 
30
        $(srcdir)/svg/svg-color-test.h          \
 
31
        $(srcdir)/svg/svg-length-test.h         \
 
32
        $(srcdir)/svg/svg-path-geom-test.h