From a50fd1f95079e01f0410fb668cebec0dea404a16 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 15 Sep 2012 12:08:40 +0200 Subject: [PATCH] gui/bedit: fix build with libstb-hal Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d65b4a4a58242498eb7e547fd4ce898ec76b8516 Author: Stefan Seyfried Date: 2012-09-15 (Sat, 15 Sep 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/bedit/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gui/bedit/Makefile.am b/src/gui/bedit/Makefile.am index d7293662f..88e8cd243 100644 --- a/src/gui/bedit/Makefile.am +++ b/src/gui/bedit/Makefile.am @@ -8,10 +8,15 @@ INCLUDES = \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/libeventserver \ -I$(top_srcdir)/lib/libconfigfile \ - -I$(top_srcdir)/lib/libcoolstream \ -I$(top_srcdir)/lib/xmltree \ @FREETYPE_CFLAGS@ +if BOXTYPE_COOL +INCLUDES += -I$(top_srcdir)/lib/libcoolstream +endif +if USE_STB_HAL +INCLUDES += -I$(STB_HAL_INC) +endif noinst_LIBRARIES = libneutrino_gui_bedit.a