From 3b37aee573fba64ce24825a6bcc2b3c06103e7b6 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 28 Feb 2013 17:44:05 +0400 Subject: [PATCH] src/gui/components/Makefile.am: libcoolstream dir depends on box Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/64e5d42ad0284fee410a1caa29de7c0bd0d4d253 Author: [CST] Focus Date: 2013-02-28 (Thu, 28 Feb 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/gui/components/Makefile.am b/src/gui/components/Makefile.am index 5765a440c..243346a56 100644 --- a/src/gui/components/Makefile.am +++ b/src/gui/components/Makefile.am @@ -8,10 +8,17 @@ 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 +if BOXMODEL_APOLLO +INCLUDES += -I$(top_srcdir)/lib/libcoolstream2 +else +INCLUDES += -I$(top_srcdir)/lib/libcoolstream +endif +endif + noinst_LIBRARIES = libneutrino_gui_components.a