mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
enable usage of a separately built replacement of libtriple
In order to improve portability, libtriple will be split off and built separately as "libneutrino-hal" (for hardware abstraction layer) Enable the makefiles to deal with that.
This commit is contained in:
@@ -6,9 +6,13 @@ INCLUDES = \
|
||||
if BOXTYPE_COOL
|
||||
INCLUDES += -I$(top_srcdir)/lib/libcoolstream
|
||||
endif
|
||||
if USE_NEUTRINO_HAL
|
||||
INCLUDES += -I$(NEUTRINO_HAL_INC)
|
||||
else
|
||||
if BOXTYPE_TRIPLE
|
||||
INCLUDES += -I$(top_srcdir)/lib/libtriple
|
||||
endif
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
|
Reference in New Issue
Block a user