## Makefile.am fragment sourced by src/Makefile.am.

ink_common_sources +=	\
	svg/css-ostringstream.h	\
	svg/css-ostringstream.cpp	\
	svg/itos.cpp	\
	svg/path-string.h	\
	svg/path-string.cpp \
	svg/round.cpp	\
	svg/stringstream.h	\
	svg/stringstream.cpp	\
	svg/strip-trailing-zeros.h	\
	svg/strip-trailing-zeros.cpp	\
	svg/svg-affine.cpp	\
	svg/svg-color.cpp	\
	svg/svg-color.h 	\
        svg/svg-icc-color.h \
	svg/svg-length.cpp	\
	svg/svg-length.h	\
	svg/svg-path.cpp	\
	svg/svg.h

# ######################
# ### CxxTest stuff ####
# ######################
CXXTEST_TESTSUITES += \
	$(srcdir)/svg/css-ostringstream-test.h	\
	$(srcdir)/svg/stringstream-test.h	\
	$(srcdir)/svg/svg-affine-test.h		\
	$(srcdir)/svg/svg-color-test.h		\
	$(srcdir)/svg/svg-length-test.h		\
	$(srcdir)/svg/svg-path-geom-test.h
