diff options
| author | Ted Gould <ted@gould.cx> | 2012-11-26 02:30:07 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-11-26 02:30:07 +0000 |
| commit | 9144aa7ffbfeacbaf5337ee78e87dc2d3acc6f6b (patch) | |
| tree | 5bd8e5aaba71c931d5d7b631abacf07cfb26fe16 /src/display | |
| parent | wix installer: added artwork (from nsis) - now needs wix 3.7 (diff) | |
| parent | Update to current trunk (diff) | |
| download | inkscape-9144aa7ffbfeacbaf5337ee78e87dc2d3acc6f6b.tar.gz inkscape-9144aa7ffbfeacbaf5337ee78e87dc2d3acc6f6b.zip | |
Build fixes to get 0.49 in shape to release
(bzr r11898)
Diffstat (limited to 'src/display')
| -rw-r--r-- | src/display/Makefile_insert | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/display/Makefile_insert b/src/display/Makefile_insert index cf211108f..abbd89a68 100644 --- a/src/display/Makefile_insert +++ b/src/display/Makefile_insert @@ -47,7 +47,6 @@ ink_common_sources += \ display/guideline.h \ display/nr-3dutils.cpp \ display/nr-3dutils.h \ - display/nr-arena-forward.h \ display/nr-filter-blend.cpp \ display/nr-filter-blend.h \ display/nr-filter-colormatrix.cpp \ @@ -107,6 +106,8 @@ ink_common_sources += \ display/sodipodi-ctrlrect.h \ display/sp-canvas.cpp \ display/sp-canvas.h \ + display/sp-canvas-item.h \ + display/sp-canvas-group.h \ display/sp-canvas-util.cpp \ display/sp-canvas-util.h \ display/sp-ctrlcurve.cpp \ |
