summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-05-22 15:55:43 +0000
committerrwst <rwst@users.sourceforge.net>2006-05-22 15:55:43 +0000
commitb8d82adebda663bd9cf762223f8e319fed13df59 (patch)
tree3eb8a2b70e351ff4a271db922b3fa1c5b9c4112a /src
parentThis odd change make it work for me (diff)
downloadinkscape-b8d82adebda663bd9cf762223f8e319fed13df59.tar.gz
inkscape-b8d82adebda663bd9cf762223f8e319fed13df59.zip
add missing files for make distcheck
(bzr r945)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile_insert1
-rw-r--r--src/dom/Makefile_insert1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index ec26df0ed..02f15922a 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -75,6 +75,7 @@ libinkpre_a_SOURCES = \
gradient-context.cpp gradient-context.h \
gradient-drag.cpp gradient-drag.h \
help.cpp help.h \
+ icon-size.h \
inkscape-stock.cpp inkscape-stock.h\
inkscape.cpp inkscape.h inkscape-private.h \
interface.cpp interface.h \
diff --git a/src/dom/Makefile_insert b/src/dom/Makefile_insert
index 9b4626daf..03a535734 100644
--- a/src/dom/Makefile_insert
+++ b/src/dom/Makefile_insert
@@ -12,6 +12,7 @@ dom_libdom_a_SOURCES = \
dom/cssparser.cpp \
dom/cssparser.h \
dom/dom.h \
+ dom/domconfig.h \
dom/domimpl.cpp \
dom/domimpl.h \
dom/domstring.cpp \