Code

Filters. Custom predefined filters update and new ABC filters.
[inkscape.git] / src / svg / Makefile_insert
1 ## Makefile.am fragment sourced by src/Makefile.am.
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
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