summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-31 06:23:42 +0000
committerTed Gould <ted@gould.cx>2009-12-31 06:23:42 +0000
commitc22fb6c4e0b23c806ade6e42a8025384cc380f91 (patch)
tree1592efe39d567ada32707d88facbad22f247d907 /src
parentUpdating interface to add save type (diff)
downloadinkscape-c22fb6c4e0b23c806ade6e42a8025384cc380f91.tar.gz
inkscape-c22fb6c4e0b23c806ade6e42a8025384cc380f91.zip
Clearing up EXTRA_DIST lifecycle
(bzr r8254.1.44)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7fa869012..a064496ce 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,6 +56,8 @@ inkscape_SOURCES =
inkview_SOURCES =
# Add sources that are built from meta files
BUILT_SOURCES =
+# Extra files to distribute
+EXTRA_DIST =
INCLUDES = \
$(PERL_CFLAGS) $(PYTHON_CFLAGS) \
@@ -147,7 +149,7 @@ include trace/Makefile_insert
include 2geom/Makefile_insert
# Extra files not mentioned as sources to include in the source tarball
-EXTRA_DIST = \
+EXTRA_DIST += \
$(top_srcdir)/Doxyfile \
sp-skeleton.cpp sp-skeleton.h \
algorithms/makefile.in \