diff options
| author | Tim Dwyer <tgdwyer@gmail.com> | 2006-02-13 02:00:14 +0000 |
|---|---|---|
| committer | tgdwyer <tgdwyer@users.sourceforge.net> | 2006-02-13 02:00:14 +0000 |
| commit | 19a528cb8e524239aaeea16df87558ca4be4cced (patch) | |
| tree | b6fea2f930a3f6c9b78ac8bfc74a27fb50e24f46 /src/graphlayout/Makefile_insert | |
| parent | optimization: do not notify any listeners if attributes' new value is the sam... (diff) | |
| download | inkscape-19a528cb8e524239aaeea16df87558ca4be4cced.tar.gz inkscape-19a528cb8e524239aaeea16df87558ca4be4cced.zip | |
Added connector graph layout functionality
(bzr r122)
Diffstat (limited to 'src/graphlayout/Makefile_insert')
| -rw-r--r-- | src/graphlayout/Makefile_insert | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/graphlayout/Makefile_insert b/src/graphlayout/Makefile_insert new file mode 100644 index 000000000..fc490743d --- /dev/null +++ b/src/graphlayout/Makefile_insert @@ -0,0 +1,10 @@ +## Makefile.am fragment sourced by src/Makefile.am. + +graphlayout/all: graphlayout/libgraphlayout.a + +graphlayout/clean: + rm -f graphlayout/libgraphlayout.a $(graphlayout_libgraphlayout_a_OBJECTS) + +graphlayout_libgraphlayout_a_SOURCES = \ + graphlayout/graphlayout.cpp \ + graphlayout/graphlayout.h |
