Files
recycled-ni-libstb-hal/libtriple/Makefile.am
Stefan Seyfried d9c22d3808 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


Origin commit data
------------------
Branch: master
Commit: 8a6f1dea9d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-15 (Sat, 15 Sep 2012)



------------------
This commit was generated by Migit
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