From 4455e239c00cb102d7e488a2fc00e329d7cd5912 Mon Sep 17 00:00:00 2001 From: max_10 Date: Tue, 13 Jan 2015 02:28:42 +0100 Subject: [PATCH] fix libspark Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/f5eca251cedde038e2d15cfa915852a1ed12ba76 Author: max_10 Date: 2015-01-13 (Tue, 13 Jan 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libspark/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/libspark/Makefile.am b/libspark/Makefile.am index 10758b8..03a3caf 100644 --- a/libspark/Makefile.am +++ b/libspark/Makefile.am @@ -3,6 +3,7 @@ noinst_LTLIBRARIES = libspark.la AM_CPPFLAGS = -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS AM_CPPFLAGS += \ -I$(top_srcdir)/common \ + -I$(top_srcdir)/include \ -I$(top_srcdir)/libeplayer3/include AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing