mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
Makefiles.am: add conditional include for libcoolstream
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user