diff options
| author | Martin Owens <doctormo@gmail.com> | 2014-03-03 22:38:47 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2014-03-03 22:38:47 +0000 |
| commit | bd7a0a3d7793afd623480010cfc5ae6331b73087 (patch) | |
| tree | 8d8779f7a373b00cfeee8b75a461d3b471f5630d /src/dom/Makefile_insert | |
| parent | Remove massive list of inx and py files for extensions Makefile, use magic in... (diff) | |
| parent | Merge to trunk (diff) | |
| download | inkscape-bd7a0a3d7793afd623480010cfc5ae6331b73087.tar.gz inkscape-bd7a0a3d7793afd623480010cfc5ae6331b73087.zip | |
Remove dom/* code and replace two uses of dom/uri with uri.
(bzr r13107)
Diffstat (limited to 'src/dom/Makefile_insert')
| -rw-r--r-- | src/dom/Makefile_insert | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/src/dom/Makefile_insert b/src/dom/Makefile_insert deleted file mode 100644 index 6d222987e..000000000 --- a/src/dom/Makefile_insert +++ /dev/null @@ -1,56 +0,0 @@ -## Makefile.am fragment sourced by src/Makefile.am. - -dom/all: dom/libdom.a - -dom/clean: - rm -f dom/libdom.a $(dom_libdom_a_OBJECTS) - -dom_libdom_a_SOURCES = \ - dom/css.h \ - dom/cssreader.cpp \ - dom/cssreader.h \ - 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/stylesheets.h \ - dom/svg.h \ - dom/svgimpl.cpp \ - dom/svgimpl.h \ - dom/svgreader.cpp \ - dom/svgreader.h \ - dom/svgtypes.h \ - dom/traversal.h \ - dom/ucd.cpp \ - dom/ucd.h \ - dom/uri.cpp \ - dom/uri.h \ - dom/views.h \ - dom/views-level3.h \ - dom/xmlreader.cpp \ - dom/xmlreader.h \ - dom/xpath.h \ - dom/xpathimpl.cpp \ - dom/xpathimpl.h \ - dom/xpathparser.cpp \ - dom/xpathparser.h \ - dom/xpathtoken.h \ - dom/xpathtoken.cpp \ - dom/io/domstream.cpp \ - dom/io/domstream.h \ - dom/util/ziptool.h \ - dom/util/ziptool.cpp - |
