summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-05-12 13:08:45 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-05-12 13:08:45 +0100
commit36a1423f8ad3626303e24ba34abb2ba7429e91bc (patch)
tree9bacec0e0273010e6f44d386ebc4fdfaaafda470 /tests/Makefile.am
parent11a5577f7c6ee26ec832bc806567e1909449dfc4 (diff)
downloadrabbitmq-c-github-ask-bug24079.tar.gz
Pre-junk. rabbitmq-c is not in fact a plugin.bug24079
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 3bd5e6e..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-noinst_PROGRAMS = test_tables
-
-AM_CFLAGS = -I$(top_srcdir)/librabbitmq
-
-if GCC
-# Because we want to build under Microsoft's C compiler (for which
-# there is apparently no demand for C99 support), it's a good idea
-# to have gcc tell us when we stray from the old standard.
-AM_CFLAGS += -ansi -pedantic
-endif
-
-if USE_MSINTTYPES
-AM_CFLAGS += -I$(top_srcdir)/msinttypes
-endif
-
-AM_LDFLAGS = $(top_builddir)/librabbitmq/librabbitmq.la