HDMICEC : add new plugin
[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         hdmi_cec.cpp
21
22 driverincludedir = $(pkgincludedir)/lib/driver
23 driverinclude_HEADERS = \
24         avswitch.h \
25         etimezone.h \
26         input_fake.h \
27         misc_options.h \
28         rc.h \
29         rcconsole.h \
30         rcdbox.h \
31         rcdreambox2.h \
32         rcinput.h \
33         rfmod.h \
34         hdmi_cec.h
35
36 if HAVE_LIBSDL
37 libenigma_driver_a_SOURCES += \
38         rcsdl.cpp \
39         rcsdl.h
40 endif