Files
libstb-hal/libtriple/Makefile.am
Stefan Seyfried 8a6f1dea9d add hardware_caps header
First version of a "hardware capabilites information" struct.
This is intended to help clean up the mess in the neutrino GUI.
Surely needs some more work and ongoing changes
2012-09-15 11:49:51 +02:00

19 lines
325 B
Makefile

INCLUDES = \
-I$(top_srcdir)/common \
@DIRECTFB_CFLAGS@
noinst_LIBRARIES = libtriple.a
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
libtriple_a_SOURCES = \
hardware_caps.c \
lt_dfbinput.cpp \
dmx_td.cpp \
video_td.cpp \
audio_td.cpp \
init_td.cpp \
playback_td.cpp \
pwrmngr.cpp \
record_td.cpp