From 41d603f0352426fa6da18d83b7378060830b6a51 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 6 Sep 2010 10:19:13 +0200 Subject: [PATCH] fix missing includes --- coreapi/help/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coreapi/help/Makefile.am b/coreapi/help/Makefile.am index ae5e2ed25..ebe407ff9 100644 --- a/coreapi/help/Makefile.am +++ b/coreapi/help/Makefile.am @@ -38,7 +38,8 @@ helloworld_SOURCES=helloworld.c helloworld_LDADD=$(top_builddir)/coreapi/liblinphone.la -INCLUDES=-I$(top_srcdir)/coreapi +INCLUDES=-I$(top_srcdir)/coreapi \ + -I$(top_srcdir)/mediastreamer2/include AM_CFLAGS=$(STRICT_OPTIONS) -DIN_LINPHONE \ $(ORTP_CFLAGS) \