diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-05-10 02:32:09 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-05-10 02:32:09 +0000 |
| commit | 68f550272dabfd2878cfd866defe9b90a3979e2e (patch) | |
| tree | a60293d55bd3af901b1fe210df1b4328177364b1 /src/Makefile_insert | |
| parent | Added <echo> task. Need to decide when substitutions are evaluated. More wo... (diff) | |
| download | inkscape-68f550272dabfd2878cfd866defe9b90a3979e2e.tar.gz inkscape-68f550272dabfd2878cfd866defe9b90a3979e2e.zip | |
attribute loading for font-face tag
first draft. Still incomplete.
(bzr r5644)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 35c1e49ed..f39ad098f 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -209,6 +209,7 @@ libinkpre_a_SOURCES = \ sp-flowregion.h sp-flowregion.cpp \ sp-flowtext.h sp-flowtext.cpp \ sp-font.cpp sp-font.h \ + sp-font-face.cpp sp-font-face.h \ sp-glyph.cpp sp-glyph.h \ sp-missing-glyph.cpp sp-missing-glyph.h \ sp-glyph-kerning.cpp sp-glyph-kerning.h \ |
