blob: 27353df1527c3c07d93ee686a2f7a6dae1d13f28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
## Makefile.am fragment sourced by src/Makefile.am.
if HAVE_POTRACE
ink_common_sources += \
trace/pool.h \
trace/trace.h \
trace/trace.cpp \
trace/imagemap-gdk.cpp \
trace/imagemap-gdk.h \
trace/imagemap.cpp \
trace/imagemap.h \
trace/quantize.h \
trace/quantize.cpp \
trace/filterset.h \
trace/filterset.cpp \
trace/siox.h \
trace/siox.cpp \
trace/potrace/bitmap.h \
trace/potrace/inkscape-potrace.cpp \
trace/potrace/inkscape-potrace.h
endif
|