summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-10-21 17:49:04 +0100
committerDavid Wragg <david@rabbitmq.com>2010-10-21 17:49:04 +0100
commitba49cb334a0a9ff96956c22ea6eab8920123c6a2 (patch)
tree374f3df9e93d0958f4a94c52ef189a8a56a3e138 /examples
parent1096c1dbdb961bab603f504b9aaee864f6192c97 (diff)
downloadrabbitmq-c-github-ask-ba49cb334a0a9ff96956c22ea6eab8920123c6a2.tar.gz
Use the msinttypes header when building with the Microsoft compiler
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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