From ba49cb334a0a9ff96956c22ea6eab8920123c6a2 Mon Sep 17 00:00:00 2001 From: David Wragg Date: Thu, 21 Oct 2010 17:49:04 +0100 Subject: Use the msinttypes header when building with the Microsoft compiler --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index c62f5f5..3bd5e6e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,4 +9,8 @@ if GCC AM_CFLAGS += -ansi -pedantic endif +if USE_MSINTTYPES +AM_CFLAGS += -I$(top_srcdir)/msinttypes +endif + AM_LDFLAGS = $(top_builddir)/librabbitmq/librabbitmq.la -- cgit v1.2.1