From 64e5d42ad0284fee410a1caa29de7c0bd0d4d253 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 --- 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