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