mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-31 09:21:20 +02:00
start libspark y copying libtriple
This commit is contained in:
18
libspark/Makefile.am
Normal file
18
libspark/Makefile.am
Normal file
@@ -0,0 +1,18 @@
|
||||
INCLUDES = \
|
||||
@DIRECTFB_CFLAGS@
|
||||
|
||||
noinst_LIBRARIES = libtriple.a
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||
|
||||
libtriple_a_SOURCES = \
|
||||
lt_dfbinput.cpp \
|
||||
lt_debug.cpp \
|
||||
dmx_td.cpp \
|
||||
ca.cpp \
|
||||
video_td.cpp \
|
||||
audio_td.cpp \
|
||||
init_td.cpp \
|
||||
playback_td.cpp \
|
||||
pwrmngr.cpp \
|
||||
record_td.cpp
|
Reference in New Issue
Block a user