diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-22 23:41:07 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-22 23:41:07 -0400 |
commit | fba0211ed6f649b9d61a9f2b3d83096dd801cb14 (patch) | |
tree | b2d8ccc8f028ca27c0d1973a33a238d42ad222bf /Makefile.am | |
parent | 0bedbe78fe236cc9dabec87dea0f71714acfb76a (diff) |
[Makefile.win32] Add makefile rules to generate cairo-features.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fd1b223c9..95ffe80e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,9 +4,11 @@ EXTRA_DIST += \ Makefile.win32 \ build/Makefile.win32.common \ build/Makefile.win32.features \ + build/Makefile.win32.features-h \ $(NULL) MAINTAINERCLEANFILES += \ $(srcdir)/build/Makefile.win32.features \ + $(srcdir)/build/Makefile.win32.features-h \ $(NULL) ACLOCAL_AMFLAGS = -I build |