summaryrefslogtreecommitdiffstats
path: root/src/trace/Makefile_insert
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace/Makefile_insert')
-rw-r--r--src/trace/Makefile_insert4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/trace/Makefile_insert b/src/trace/Makefile_insert
index 9c300aa8d..27353df15 100644
--- a/src/trace/Makefile_insert
+++ b/src/trace/Makefile_insert
@@ -1,5 +1,7 @@
## Makefile.am fragment sourced by src/Makefile.am.
+if HAVE_POTRACE
+
ink_common_sources += \
trace/pool.h \
trace/trace.h \
@@ -17,3 +19,5 @@ ink_common_sources += \
trace/potrace/bitmap.h \
trace/potrace/inkscape-potrace.cpp \
trace/potrace/inkscape-potrace.h
+
+endif