tester: update common & add common/ subfolder in include directories

This commit is contained in:
Gautier Pelloux-Prayer 2015-03-18 14:18:05 +01:00
parent 88a7287ba7
commit c05b0ace94
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8e8dd84a37db6d079b254229575b4109973b61a0
Subproject commit 65d6ad29eaa2bb13aa336d027414cb92c7703c48

View file

@ -39,7 +39,7 @@ liblinphonetester_la_HEADERS = common/bc_tester_utils.h
liblinphonetester_la_LDFLAGS= -no-undefined
liblinphonetester_la_LIBADD= ../coreapi/liblinphone.la $(CUNIT_LIBS)
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/coreapi
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/coreapi -I$(top_srcdir)/tester/common
AM_CFLAGS = -DBC_CONFIG_FILE=\"config.h\" $(STRICT_OPTIONS) $(STRICT_OPTIONS_CC) -DIN_LINPHONE $(ORTP_CFLAGS) $(MEDIASTREAMER_CFLAGS) $(CUNIT_CFLAGS) $(BELLESIP_CFLAGS) $(LIBXML2_CFLAGS) $(SQLITE3_CFLAGS)
if BUILD_GTK_UI

View file

@ -22,7 +22,7 @@
#include "common/bc_tester_utils.h"
#include "bc_tester_utils.h"
#include "linphonecore.h"
#ifdef HAVE_CONFIG_H
#include "config.h"