src/gui/components/Makefile.am: libcoolstream dir depends on box

Origin commit data
------------------
Commit: 64e5d42ad0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
This commit is contained in:
[CST] Focus
2013-02-28 17:44:05 +04:00
parent fb6d636a5f
commit 629b9c3c4a

View File

@@ -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