From 2b8ce143253255cdabe0bf7f388cc114a73711be Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Thu, 24 May 2012 10:59:24 -0400 Subject: Adding missing include for autotools in examples dir examples/utils.c requires the $(top_srcdir)/librabbitmq as an include --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5934fdc..204f0c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ examples_libutils_la_SOURCES = \ examples/utils.c \ examples/utils.h -examples_libutils_la_CFLAGS = +examples_libutils_la_CFLAGS = -I$(top_srcdir)/librabbitmq if OS_UNIX examples_libutils_la_SOURCES += examples/unix/platform_utils.c -- cgit v1.2.1