mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
9 lines
186 B
Makefile
9 lines
186 B
Makefile
noinst_LIBRARIES = libhwcaps.a
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/lib/libcoolstream
|
|
|
|
libhwcaps_a_SOURCES = \
|
|
hardware_caps.cpp
|