summaryrefslogtreecommitdiffstats
path: root/src/libcola/Makefile_insert
diff options
context:
space:
mode:
authorMichael Soegtrop <MSoegtrop@yahoo.de>2017-06-05 13:01:17 +0000
committerMichael Soegtrop <MSoegtrop@yahoo.de>2017-06-05 13:01:17 +0000
commite7248b2fa042f42a5c4dd14cd86ab6a5b4524059 (patch)
tree9097520c54e355ded9bd0b4d6618af4e8dacdd91 /src/libcola/Makefile_insert
parentupdated to latest trunk (diff)
parent[Bug #1695016] Xaml export misses some radialGradients. (diff)
downloadinkscape-e7248b2fa042f42a5c4dd14cd86ab6a5b4524059.tar.gz
inkscape-e7248b2fa042f42a5c4dd14cd86ab6a5b4524059.zip
updated to latest trunk
(bzr r14876.2.4)
Diffstat (limited to 'src/libcola/Makefile_insert')
-rw-r--r--src/libcola/Makefile_insert18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/libcola/Makefile_insert b/src/libcola/Makefile_insert
deleted file mode 100644
index dc032a289..000000000
--- a/src/libcola/Makefile_insert
+++ /dev/null
@@ -1,18 +0,0 @@
-## Makefile.am fragment sourced by src/Makefile.am.
-
-libcola/all: libcola.a
-
-libcola/clean:
- rm -f libcola/libcola.a $(libcola_libcola_a_OBJECTS)
-
-libcola_libcola_a_SOURCES = libcola/cola.h\
- libcola/cola.cpp\
- libcola/conjugate_gradient.cpp\
- libcola/conjugate_gradient.h\
- libcola/gradient_projection.cpp\
- libcola/gradient_projection.h\
- libcola/shortest_paths.cpp\
- libcola/shortest_paths.h\
- libcola/straightener.h\
- libcola/straightener.cpp\
- libcola/connected_components.cpp