move lt_debug to common/ subdirectory

This commit is contained in:
Stefan Seyfried
2012-02-11 10:32:31 +01:00
parent d5e29f4403
commit 08c393bddf
10 changed files with 16 additions and 101 deletions

View File

@@ -1,4 +1,5 @@
INCLUDES = \
-I$(top_srcdir)/common \
@DIRECTFB_CFLAGS@
noinst_LIBRARIES = libspark.a
@@ -7,7 +8,6 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
libspark_a_SOURCES = \
lt_dfbinput.cpp \
lt_debug.cpp \
dmx.cpp \
ca.cpp \
video.cpp \