diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-20 22:15:27 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-20 22:15:27 +0000 |
| commit | ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3 (patch) | |
| tree | 89f91e684b0b9177c502d2b152a21c9a73026466 /src/dom/Makefile_insert | |
| parent | The snap indicator's tooltip now displays "A to B", whereas before it only di... (diff) | |
| download | inkscape-ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3.tar.gz inkscape-ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3.zip | |
Only build static libraries for subdirs than actually contain libraries,
rather than for every subdirectory.
(bzr r7336)
Diffstat (limited to 'src/dom/Makefile_insert')
| -rw-r--r-- | src/dom/Makefile_insert | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/src/dom/Makefile_insert b/src/dom/Makefile_insert index 28edddcfa..d74d30137 100644 --- a/src/dom/Makefile_insert +++ b/src/dom/Makefile_insert @@ -12,20 +12,20 @@ dom_libdom_a_SOURCES = \ dom/dom.h \ dom/domimpl.cpp \ dom/domimpl.h \ - dom/domptr.cpp \ - dom/domptr.h \ - dom/domstring.cpp \ - dom/domstring.h \ - dom/events.h \ - dom/ls.h \ - dom/lsimpl.cpp \ - dom/lsimpl.h \ - dom/prop-css2.cpp \ - dom/prop-css.cpp \ - dom/prop-svg.cpp \ - dom/smil.h \ - dom/smilimpl.cpp \ - dom/smilimpl.h \ + dom/domptr.cpp \ + dom/domptr.h \ + dom/domstring.cpp \ + dom/domstring.h \ + dom/events.h \ + dom/ls.h \ + dom/lsimpl.cpp \ + dom/lsimpl.h \ + dom/prop-css2.cpp \ + dom/prop-css.cpp \ + dom/prop-svg.cpp \ + dom/smil.h \ + dom/smilimpl.cpp \ + dom/smilimpl.h \ dom/stylesheets.h \ dom/svg2.h \ dom/svg.h \ @@ -48,31 +48,31 @@ dom_libdom_a_SOURCES = \ dom/xpathimpl.h \ dom/xpathparser.cpp \ dom/xpathparser.h \ - dom/xpathtoken.h \ - dom/xpathtoken.cpp \ + dom/xpathtoken.h \ + dom/xpathtoken.cpp \ dom/io/base64stream.cpp \ dom/io/base64stream.h \ dom/io/bufferstream.cpp \ dom/io/bufferstream.h \ - dom/io/domstream.cpp \ - dom/io/domstream.h \ - dom/io/httpclient.h \ - dom/io/gzipstream.cpp \ - dom/io/gzipstream.h \ - dom/io/socket.cpp \ - dom/io/socket.h \ - dom/io/gzipstream.cpp \ - dom/io/gzipstream.h \ - dom/io/stringstream.cpp \ + dom/io/domstream.cpp \ + dom/io/domstream.h \ + dom/io/httpclient.h \ + dom/io/gzipstream.cpp \ + dom/io/gzipstream.h \ + dom/io/socket.cpp \ + dom/io/socket.h \ + dom/io/gzipstream.cpp \ + dom/io/gzipstream.h \ + dom/io/stringstream.cpp \ dom/io/stringstream.h \ dom/io/uristream.cpp \ dom/io/uristream.h \ - dom/odf/odfdocument.cpp \ - dom/odf/odfdocument.h \ - dom/util/digest.h \ - dom/util/digest.cpp \ - dom/util/thread.h \ - dom/util/thread.cpp \ - dom/util/ziptool.h \ - dom/util/ziptool.cpp + dom/odf/odfdocument.cpp \ + dom/odf/odfdocument.h \ + dom/util/digest.h \ + dom/util/digest.cpp \ + dom/util/thread.h \ + dom/util/thread.cpp \ + dom/util/ziptool.h \ + dom/util/ziptool.cpp |
