Makefiles.am: add conditional include for libcoolstream

Origin commit data
------------------
Commit: d3d2efe475
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
This commit is contained in:
[CST] Focus
2013-01-11 14:17:16 +04:00
parent 674951d936
commit 542ce7e399
15 changed files with 76 additions and 5 deletions

View File

@@ -13,8 +13,12 @@ INCLUDES = \
@FREETYPE_CFLAGS@
if BOXTYPE_COOL
if BOXMODEL_APOLLO
INCLUDES += -I$(top_srcdir)/lib/libcoolstream2
else
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
endif
endif
if BOXTYPE_TRIPLE
INCLUDES += -I$(top_srcdir)/lib/libtriple
endif