summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent1096c1dbdb961bab603f504b9aaee864f6192c97 (diff)
downloadrabbitmq-c-github-ask-ba49cb334a0a9ff96956c22ea6eab8920123c6a2.tar.gz
Use the msinttypes header when building with the Microsoft compiler
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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