~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/util/Makefile_insert

  • Committer: Steren Giannini
  • Date: 2010-05-29 15:00:23 UTC
  • mfrom: (9012.1.442 trunk)
  • Revision ID: steren.giannini@gmail.com-20100529150023-mi9r10jkhtfs7yyj
sync with rev 9454

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Makefile.am fragment sourced by src/Makefile.am.
2
2
 
3
3
ink_common_sources += \
 
4
        util/accumulators.h     \
4
5
        util/compose.hpp        \
5
 
        util/ucompose.hpp       \
 
6
        util/copy.h \
6
7
        util/enums.h \
7
8
        util/ege-tags.h \
8
9
        util/ege-tags.cpp \
9
10
        util/filter-list.h \
 
11
        util/find-if-before.h \
 
12
        util/find-last-if.h \
10
13
        util/fixed_point.h \
11
14
        util/format.h   \
12
15
        util/forward-pointer-iterator.h \
 
16
        util/function.h \
13
17
        util/glib-list-iterators.h \
14
18
        util/list.h \
15
19
        util/list-container.h \
 
20
        util/list-copy.h \
 
21
        util/longest-common-suffix.h \
16
22
        util/map-list.h \
17
23
        util/mathfns.h \
 
24
        util/reference.h \
18
25
        util/reverse-list.h \
19
26
        util/share.h \
20
27
        util/share.cpp \
21
28
        util/tuple.h \
 
29
        util/ucompose.hpp \
22
30
        util/units.cpp \
23
 
        util/units.h
 
31
        util/units.h \
 
32
        util/unordered-containers.h
24
33
 
25
34
# ######################
26
35
# ### CxxTest stuff ####