blob: 87a974768a9162a16f4e712d0d4c9edbd46081ff (
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
29
30
|
## Makefile.am fragment sourced by src/Makefile.am.
ink_common_sources += \
util/compose.hpp \
util/ucompose.hpp \
util/enums.h \
util/ege-tags.h \
util/ege-tags.cpp \
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
|