diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-05-22 15:55:43 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-05-22 15:55:43 +0000 |
| commit | b8d82adebda663bd9cf762223f8e319fed13df59 (patch) | |
| tree | 3eb8a2b70e351ff4a271db922b3fa1c5b9c4112a /src | |
| parent | This odd change make it work for me (diff) | |
| download | inkscape-b8d82adebda663bd9cf762223f8e319fed13df59.tar.gz inkscape-b8d82adebda663bd9cf762223f8e319fed13df59.zip | |
add missing files for make distcheck
(bzr r945)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile_insert | 1 | ||||
| -rw-r--r-- | src/dom/Makefile_insert | 1 |
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 \
|
