summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-04-23 18:46:06 +0000
committertavmjong-free <tavmjong@free.fr>2014-04-23 18:46:06 +0000
commit9abc39c892a58a6cff52000ae3671e50bae8a1a9 (patch)
tree98eb7562005f82d332e659db2922e56092eeebf2 /src/Makefile_insert
parentParse xml:lang, required for SVG (CSS uses lang) (diff)
downloadinkscape-9abc39c892a58a6cff52000ae3671e50bae8a1a9.tar.gz
inkscape-9abc39c892a58a6cff52000ae3671e50bae8a1a9.zip
Clean up of style code, converting structures to C++ classes. Step 1.
(bzr r13298)
Diffstat (limited to 'src/Makefile_insert')
-rw-r--r--src/Makefile_insert3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index 8872b045d..6d0d6b08c 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -210,7 +210,8 @@ ink_common_sources += \
streq.h \
strneq.h \
style.cpp style.h \
- style-enums.h style-internal.h \
+ style-enums.h \
+ style-internal.cpp style-internal.h \
svg-profile.h \
svg-view.cpp svg-view.h \
svg-view-widget.cpp svg-view-widget.h \