summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile_insert
blob: b76a4dcdb49787f87af028268899e0918ba30371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Makefile.am fragment sourced by src/Makefile.am.

ink_common_sources += \
	util/compose.hpp	\
	util/ucompose.hpp	\
	util/enums.h \
	util/filter-list.h \
	util/fixed_point.h \
	util/format.h	\
	util/forward-pointer-iterator.h \
	util/glib-list-iterators.h \
	util/list.h \
	util/list-container.h \
	util/map-list.h \
	util/mathfns.h \
	util/reverse-list.h \
	util/share.h \
	util/share.cpp \
	util/tuple.h \
	util/units.cpp \
	util/units.h

# ######################
# ### CxxTest stuff ####
# ######################

CXXTEST_TESTSUITES += \
	$(srcdir)/util/list-container-test.h