summaryrefslogtreecommitdiffstats
path: root/src/trace/Makefile_insert
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2015-11-09 00:46:25 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2015-11-09 00:46:25 +0000
commit94f3d50ddcbd6ceca8d3d834554a5100142648e4 (patch)
tree678134bf89fec34955dc6fdcba44c24d772a7de3 /src/trace/Makefile_insert
parentAdd CMake check for Potrace from OSP: http://goo.gl/AEzbkQ (diff)
downloadinkscape-94f3d50ddcbd6ceca8d3d834554a5100142648e4.tar.gz
inkscape-94f3d50ddcbd6ceca8d3d834554a5100142648e4.zip
Enable builds without flood/trace on systems without Potrace
(bzr r14449.1.4)
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