summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/libs/potrace/Makefile.am
blob: c8949647f11387e963d4c48f4a7dedea11221e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if !HAVE_POTRACE
noinst_LIBRARIES = libpotrace.a
libpotrace_a_SOURCES = \
	auxiliary.h \
	bitmap.h \
	config.h \
	curve.c \
	curve.h \
	decompose.c \
	decompose.h \
	lists.h \
	potracelib.c \
	potracelib.h \
	progress.h \
	trace.c \
	trace.h

AM_CFLAGS = -Wall -I$(srcdir)

@CODE_COVERAGE_RULES@
endif

CLEANFILES = *.gcda *.gcno