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 --- examples/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index a15d38b..e567969 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -10,6 +10,10 @@ if GCC AM_CFLAGS += -ansi -pedantic endif +if USE_MSINTTYPES +AM_CFLAGS += -I$(top_srcdir)/msinttypes +endif + AM_LDFLAGS = $(top_builddir)/librabbitmq/librabbitmq.la noinst_HEADERS = example_utils.h -- cgit v1.2.1