X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdriver%2FMakefile.am;h=a78122972d6defafe4420c65af9f43d94870e107;hb=ee184a8f1efbc095ac5e7b2669e5b48aaff649a0;hp=a8a1f49b0ee55a78cffa87adf60604636eac10f7;hpb=84670d3dc9c9dc29fd3af42b2f25092b3b6c2a09;p=vuplus_dvbapp diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am old mode 100644 new mode 100755 index a8a1f49..a781229 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -1,8 +1,40 @@ -INCLUDES = \ - -I$(top_srcdir)/include +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/include \ + -include Python.h \ + -include $(top_builddir)/enigma2_config.h + +AM_CXXFLAGS = \ + $(LIBSDL_CFLAGS) noinst_LIBRARIES = libenigma_driver.a libenigma_driver_a_SOURCES = \ - rc.cpp rcinput.cpp rcconsole.cpp - \ No newline at end of file + avswitch.cpp \ + etimezone.cpp \ + misc_options.cpp \ + rc.cpp \ + rcconsole.cpp \ + rcinput.cpp \ + rfmod.cpp \ + hdmi_cec.cpp + +driverincludedir = $(pkgincludedir)/lib/driver +driverinclude_HEADERS = \ + avswitch.h \ + etimezone.h \ + input_fake.h \ + misc_options.h \ + rc.h \ + rcconsole.h \ + rcdbox.h \ + rcdreambox2.h \ + rcinput.h \ + rfmod.h \ + hdmi_cec.h + +if HAVE_LIBSDL +libenigma_driver_a_SOURCES += \ + rcsdl.cpp \ + rcsdl.h +endif