diff options
| author | Ted Gould <ted@gould.cx> | 2009-12-31 06:23:42 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-12-31 06:23:42 +0000 |
| commit | c22fb6c4e0b23c806ade6e42a8025384cc380f91 (patch) | |
| tree | 1592efe39d567ada32707d88facbad22f247d907 /src | |
| parent | Updating interface to add save type (diff) | |
| download | inkscape-c22fb6c4e0b23c806ade6e42a8025384cc380f91.tar.gz inkscape-c22fb6c4e0b23c806ade6e42a8025384cc380f91.zip | |
Clearing up EXTRA_DIST lifecycle
(bzr r8254.1.44)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 4 |
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 \ |
