Code

Added UXManager. Cleaning up toolbox creation.
[inkscape.git] / src / util / Makefile_insert
1 ## Makefile.am fragment sourced by src/Makefile.am.
3 ink_common_sources += \
4         util/compose.hpp        \
5         util/ucompose.hpp       \
6         util/enums.h \
7         util/ege-tags.h \
8         util/ege-tags.cpp \
9         util/filter-list.h \
10         util/fixed_point.h \
11         util/format.h   \
12         util/forward-pointer-iterator.h \
13         util/glib-list-iterators.h \
14         util/list.h \
15         util/list-container.h \
16         util/map-list.h \
17         util/mathfns.h \
18         util/reverse-list.h \
19         util/share.h \
20         util/share.cpp \
21         util/tuple.h \
22         util/units.cpp \
23         util/units.h
25 # ######################
26 # ### CxxTest stuff ####
27 # ######################
29 CXXTEST_TESTSUITES += \
30         $(srcdir)/util/list-container-test.h