mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 10:51:12 +02:00
13 lines
265 B
Makefile
13 lines
265 B
Makefile
noinst_LIBRARIES = libhwcaps.a
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
if BOXMODEL_CS_HD2
|
|
AM_CPPFLAGS = -I$(top_srcdir)/lib/libcoolstream2
|
|
else
|
|
AM_CPPFLAGS = -I$(top_srcdir)/lib/libcoolstream
|
|
endif
|
|
|
|
libhwcaps_a_SOURCES = \
|
|
hardware_caps.cpp
|