summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-22 21:18:09 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-22 22:24:38 -0400
commitebb5eb57b7cab7e5fc4b3215969a459f49d95fbb (patch)
tree5bcf7d5dd81c940204dc99f97c424690905e56e4 /Makefile.am
parentfd5cef50a7c856ef80b0a2191170c6a377071e78 (diff)
Generate build/Makefile.win32.features
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d875c3b8f..fd1b223c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,14 @@
include $(top_srcdir)/build/Makefile.am.common
+EXTRA_DIST += \
+ Makefile.win32 \
+ build/Makefile.win32.common \
+ build/Makefile.win32.features \
+ $(NULL)
+MAINTAINERCLEANFILES += \
+ $(srcdir)/build/Makefile.win32.features \
+ $(NULL)
+
ACLOCAL_AMFLAGS = -I build
DIST_SUBDIRS = src doc util boilerplate test perf
@@ -33,7 +42,6 @@ EXTRA_DIST += \
COPYING-MPL-1.1 \
HACKING \
INSTALL \
- Makefile.win32 \
NEWS \
PORTING_GUIDE \
README \