libspark: rename files to common names

This commit is contained in:
Stefan Seyfried
2012-02-02 07:45:32 +01:00
parent d363d3e95b
commit 00fe1f2ed4
18 changed files with 24 additions and 25 deletions

View File

@@ -1,18 +1,18 @@
INCLUDES = \
@DIRECTFB_CFLAGS@
noinst_LIBRARIES = libtriple.a
noinst_LIBRARIES = libspark.a
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
libtriple_a_SOURCES = \
libspark_a_SOURCES = \
lt_dfbinput.cpp \
lt_debug.cpp \
dmx_td.cpp \
dmx.cpp \
ca.cpp \
video_td.cpp \
audio_td.cpp \
init_td.cpp \
playback_td.cpp \
video.cpp \
audio.cpp \
init.cpp \
playback.cpp \
pwrmngr.cpp \
record_td.cpp
record.cpp