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/util/Makefile_insert | |
| 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/util/Makefile_insert')
| -rw-r--r-- | src/util/Makefile_insert | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/util/Makefile_insert b/src/util/Makefile_insert index 6d2e63278..c23dffbca 100644 --- a/src/util/Makefile_insert +++ b/src/util/Makefile_insert @@ -1,8 +1,13 @@ ## Makefile.am fragment sourced by src/Makefile.am. -ink_common_sources += \ - util/ziptool.h \ - util/ziptool.cpp \ +util/all: util/libutil.a + +util/clean: + rm -f util/libutil.a $(util_libutil_a_OBJECTS) + +util_libutil_a_SOURCES = \ + util/ziptool.h \ + util/ziptool.cpp \ util/accumulators.h \ util/compose.hpp \ util/copy.h \ @@ -26,7 +31,6 @@ ink_common_sources += \ util/list-copy.h \ util/longest-common-suffix.h \ util/map-list.h \ - util/mathfns.h \ util/reference.h \ util/reverse-list.h \ util/share.h \ |
