diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-18 20:57:50 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-18 20:57:50 +0000 |
| commit | f95d8407c18e56214702146415e356d4fc370cfa (patch) | |
| tree | f4c23229f93f742a3db0d4940a36b25e26e6c4a5 /src/dom/Makefile_insert | |
| parent | add icons for clippath/mask edit, optimize svg again (diff) | |
| download | inkscape-f95d8407c18e56214702146415e356d4fc370cfa.tar.gz inkscape-f95d8407c18e56214702146415e356d4fc370cfa.zip | |
Raise SVG c++ files to main dom directory. They belong there nos.
(bzr r5117)
Diffstat (limited to 'src/dom/Makefile_insert')
| -rw-r--r-- | src/dom/Makefile_insert | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dom/Makefile_insert b/src/dom/Makefile_insert index da748b2b8..730b2d44a 100644 --- a/src/dom/Makefile_insert +++ b/src/dom/Makefile_insert @@ -29,6 +29,12 @@ dom_libdom_a_SOURCES = \ dom/smilimpl.cpp \ dom/smilimpl.h \ dom/stylesheets.h \ + dom/svg.h \ + dom/svgimpl.cpp \ + dom/svgimpl.h \ + dom/svgparser.cpp \ + dom/svgparser.h \ + dom/svgtypes.h \ dom/traversal.h \ dom/ucd.cpp \ dom/ucd.h \ @@ -63,12 +69,6 @@ dom_libdom_a_SOURCES = \ dom/io/uristream.h \ dom/odf/odfdocument.cpp \ dom/odf/odfdocument.h \ - dom/svg/svg.h \ - dom/svg/svgimpl.cpp \ - dom/svg/svgimpl.h \ - dom/svg/svgparser.cpp \ - dom/svg/svgparser.h \ - dom/svg/svgtypes.h \ dom/util/digest.h \ dom/util/digest.cpp \ dom/util/thread.h \ |
