summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-02-06 17:00:29 -0800
committerCarl Worth <cworth@cworth.org>2008-02-06 17:01:22 -0800
commit7800cfd7de347bb8c54fc36ed886018a2d9ec503 (patch)
tree18782359fc5d2b9024968178279a5d10e7ccd6b2 /Makefile.am
parentac743e25fa7f8bd720219a5c909fe8bbd20b11b2 (diff)
Add several Makefile.win32 files to EXTRA_DIST
Otherwise, these files were being omitted from the tar files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6db152a69..481d1c143 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -242,3 +242,5 @@ doc-publish: doc
ssh $(RELEASE_UPLOAD_HOST) "cd $(MANUAL_UPLOAD_DIR) && tar xzf $(MANUAL_TAR_FILE) && rm -f manual && ln -s $(MANUAL_DATED) manual && ln -sf $(MANUAL_TAR_FILE) cairo-manual.tar.gz"
.PHONY: release-verify-even-micro release-verify-newer release-remove-old release-cleanup-group-sticky release-check release-upload release-publish docs-publish lcov lcov-perf lcov-clean genlcov
+
+EXTRA_DIST += Makefile.win32