summaryrefslogtreecommitdiffstats
path: root/src/libcola/Makefile_insert
diff options
context:
space:
mode:
authorTim Dwyer <tgdwyer@gmail.com>2006-07-16 13:48:42 +0000
committertgdwyer <tgdwyer@users.sourceforge.net>2006-07-16 13:48:42 +0000
commit07c4a573fb37123709d30ee7a6cc15c9bb15925c (patch)
tree95bba7018c2fe57f83a266c408738d1e33ee838b /src/libcola/Makefile_insert
parentadded inkscape_get_all_desktops() after speaking with Dale about his plans fo... (diff)
downloadinkscape-07c4a573fb37123709d30ee7a6cc15c9bb15925c.tar.gz
inkscape-07c4a573fb37123709d30ee7a6cc15c9bb15925c.zip
Layout algorithm is now applied to each connected component in the
selection separately. Previously, behaviour of layout on disconnected graphs was... undefined! (bzr r1421)
Diffstat (limited to 'src/libcola/Makefile_insert')
-rw-r--r--src/libcola/Makefile_insert3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcola/Makefile_insert b/src/libcola/Makefile_insert
index f8f9de20c..dc032a289 100644
--- a/src/libcola/Makefile_insert
+++ b/src/libcola/Makefile_insert
@@ -14,4 +14,5 @@ libcola_libcola_a_SOURCES = libcola/cola.h\
libcola/shortest_paths.cpp\
libcola/shortest_paths.h\
libcola/straightener.h\
- libcola/straightener.cpp
+ libcola/straightener.cpp\
+ libcola/connected_components.cpp