diff options
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 fd1b223c..95ffe80e 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 |