diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 23:08:51 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 23:08:51 +0000 |
| commit | caefef71482531ff82c444d552f406cbfbd360b8 (patch) | |
| tree | 193681e60b51f24b5a2679167c3f33a486d7abe0 /src/Makefile.am | |
| parent | fix for bug 1425317 (diff) | |
| download | inkscape-caefef71482531ff82c444d552f406cbfbd360b8.tar.gz inkscape-caefef71482531ff82c444d552f406cbfbd360b8.zip | |
Collect util/ into a static library
(bzr r13948)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index db70b3956..a8f69fbfc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,7 @@ noinst_LIBRARIES = \ livarot/libvarot.a \ 2geom/lib2geom.a \ libdepixelize/libdepixelize.a \ + util/libutil.a \ libinkversion.a all_libs = \ |
