mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
Origin commit data
------------------
Branch: master
Commit: 08c393bddf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-11 (Sat, 11 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
19 lines
296 B
Makefile
19 lines
296 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/common \
|
|
@DIRECTFB_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libspark.a
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
libspark_a_SOURCES = \
|
|
lt_dfbinput.cpp \
|
|
dmx.cpp \
|
|
ca.cpp \
|
|
video.cpp \
|
|
audio.cpp \
|
|
init.cpp \
|
|
playback.cpp \
|
|
pwrmngr.cpp \
|
|
record.cpp
|