Code

Added completion entry for editable lists.
[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-device-color.h  \
18         svg/svg-icc-color.h \
19         svg/svg-length.cpp      \
20         svg/svg-length.h        \
21         svg/svg-path.cpp        \
22         svg/svg.h
24 # ######################
25 # ### CxxTest stuff ####
26 # ######################
27 CXXTEST_TESTSUITES += \
28         $(srcdir)/svg/css-ostringstream-test.h  \
29         $(srcdir)/svg/stringstream-test.h       \
30         $(srcdir)/svg/svg-affine-test.h         \
31         $(srcdir)/svg/svg-color-test.h          \
32         $(srcdir)/svg/svg-length-test.h         \
33         $(srcdir)/svg/svg-path-geom-test.h