From c65798ce6f4ee51d09af2076af3505c7e633d5f6 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 29 Jan 2014 08:57:05 +0100 Subject: [PATCH] Added hook to auto-install in mingw. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4a18e59..c51a6a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,11 @@ distclean-local: rm -f ChangeLog; \ fi +if PLATFORM_WIN32 +install-data-hook: + \cp -f -r $(prefix)/* /mingw +endif + ChangeLog: @echo Creating $@ @if test -d "$(srcdir)/.git"; then \ -- 2.49.0