Makefiles.am: add conditional include for libcoolstream

This commit is contained in:
[CST] Focus
2013-01-11 14:17:16 +04:00
parent 185abd1a64
commit d3d2efe475
15 changed files with 76 additions and 5 deletions

View File

@@ -6,8 +6,13 @@ 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