summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-08-12 06:49:12 +0100
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-08-12 06:49:12 +0100
commit19f881c97ccacad36a83dbc142e3becbe6d5a7de (patch)
tree22429c593440a8dd5d38b8276de56b077ed2e9e7 /examples
parentffb9eeaab912ec8edc260a264bbe6e31bb06a941 (diff)
parent8387f05f9828268eaa30df196057e175100644e6 (diff)
downloadrabbitmq-c-github-ask-19f881c97ccacad36a83dbc142e3becbe6d5a7de.tar.gz
merge default into amqp_0_9_1
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 39c8fab..6ac915a 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,10 +1,10 @@
bin_PROGRAMS = amqp_sendstring amqp_exchange_declare amqp_listen amqp_producer amqp_consumer \
amqp_unbind amqp_bind
-AM_CFLAGS = -I../librabbitmq
-AM_LDFLAGS = ../librabbitmq/librabbitmq.la
+AM_CFLAGS = -I$(top_srcdir)/librabbitmq
+AM_LDFLAGS = $(top_builddir)/librabbitmq/librabbitmq.la
-nodist_INCLUDES = example_utils.h
+noinst_HEADERS = example_utils.h
amqp_sendstring_SOURCES = amqp_sendstring.c example_utils.c
amqp_exchange_declare_SOURCES = amqp_exchange_declare.c example_utils.c