Merge commit 'dm/experimental' into test branch
[vuplus_dvbapp] / lib / driver / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir) \
3         -I$(top_srcdir)/include \
4         -include Python.h \
5         -include $(top_builddir)/enigma2_config.h
6
7 AM_CXXFLAGS = \
8         $(LIBSDL_CFLAGS)
9
10 noinst_LIBRARIES = libenigma_driver.a
11
12 libenigma_driver_a_SOURCES = \
13         avswitch.cpp \
14         etimezone.cpp \
15         misc_options.cpp \
16         rc.cpp \
17         rcconsole.cpp \
18         rcinput.cpp \
19         rfmod.cpp \
20         memtest.cpp \
21         sc_test.cpp
22
23 driverincludedir = $(pkgincludedir)/lib/driver
24 driverinclude_HEADERS = \
25         avswitch.h \
26         etimezone.h \
27         input_fake.h \
28         misc_options.h \
29         rc.h \
30         rcconsole.h \
31         rcdbox.h \
32         rcdreambox2.h \
33         rcinput.h \
34         rfmod.h
35
36 if HAVE_LIBSDL
37 libenigma_driver_a_SOURCES += \
38         rcsdl.cpp \
39         rcsdl.h
40 endif