diff options
Diffstat (limited to 'build/win32/vs11/Makefile.am')
-rw-r--r-- | build/win32/vs11/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am index fa74c9c65..282b4f1f1 100644 --- a/build/win32/vs11/Makefile.am +++ b/build/win32/vs11/Makefile.am @@ -13,7 +13,8 @@ EXTRA_DIST = \ gdk-pixbuf-query-loaders.vcxproj.filters \ gdk-pixbuf-pixdata.vcxproj \ gdk-pixbuf-pixdata.vcxproj.filters \ - gdk-pixbuf-install.vcxproj + gdk-pixbuf-install.vcxproj \ + math.h DISTCLEANFILES = $(EXTRA_DIST) @@ -23,4 +24,7 @@ MSVC_FORMAT_VER = 12 include $(top_srcdir)/build/Makefile-newvs.am +math.h: $(top_srcdir)/build/win32/vs9/math.h + cp $< $@ + -include $(top_srcdir)/git.mk |