mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
src/gui/components/Makefile.am: libcoolstream dir depends on box
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user