From: Andrea Zagli Date: Wed, 29 Jan 2014 08:04:41 +0000 (+0100) Subject: Added hook to auto-install in mingw. X-Git-Tag: v.gtk2^0 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=fcf5d157e3ff2a8c30e4c4bce652eeae4abfb6ad;p=libgtkdateentry Added hook to auto-install in mingw. --- diff --git a/Makefile.am b/Makefile.am index 2623cb7..beedd64 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 \