]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Check for MinGW-w64 build, add win32-glob files
authorWolfgang Stöggl <c72578@yahoo.de>
Tue, 26 Dec 2017 05:57:53 +0000 (06:57 +0100)
committerWolfgang Stöggl <c72578@yahoo.de>
Tue, 26 Dec 2017 05:57:53 +0000 (06:57 +0100)
commitf6537a47fa5607717dfd8f6a065e721a9f41555f
treee3549095ea3009e9a52ddff2d4c661559dfc5e59
parentc6acdb256fddf1a0d995249e22a6b7b0b831c577
Check for MinGW-w64 build, add win32-glob files

- configure.ac: Add check for MinWG-w64 build during configure.
  Pass the conditional MINGW_W64 to automake
- src/Makefile.am: Add win32-glob.c to RRD_C_FILES and
  win32-glob.h to noinst_HEADERS in case of MINGW_W64
- Enables out of the box configure and make for MinGW-w64 builds
configure.ac
src/Makefile.am