From: Andrea Zagli Date: Sun, 15 Dec 2013 18:10:33 +0000 (+0100) Subject: In win added an automake function that copies intalled files in /mingw (refs #60). X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=99378c4d721b00aa23f8d09f86cc551783a02dd8;p=libgtkform In win added an automake function that copies intalled files in /mingw (refs #60). --- diff --git a/Makefile.am b/Makefile.am index 011cb4d..9256369 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,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 \