summaryrefslogtreecommitdiffstats
path: root/src/trace/Makefile_insert
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2016-08-08 12:56:40 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2016-08-08 12:56:40 +0000
commite471a664f923f517b68071f2e33fbb6ce070f8b7 (patch)
treec44eec282bc1c6380c9d92da10c7d1870961ae7f /src/trace/Makefile_insert
parentFix autotools build (diff)
downloadinkscape-e471a664f923f517b68071f2e33fbb6ce070f8b7.tar.gz
inkscape-e471a664f923f517b68071f2e33fbb6ce070f8b7.zip
Remove deprecated Autotools and btool files. Please use CMake instead
(bzr r15046)
Diffstat (limited to 'src/trace/Makefile_insert')
-rw-r--r--src/trace/Makefile_insert23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/trace/Makefile_insert b/src/trace/Makefile_insert
deleted file mode 100644
index 27353df15..000000000
--- a/src/trace/Makefile_insert
+++ /dev/null
@@ -1,23 +0,0 @@
-## 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