X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdriver%2FMakefile.am;h=a78122972d6defafe4420c65af9f43d94870e107;hp=74d24fab6947a7ebbce205fe0c15846161c55c90;hb=68d8c8097853dca09312fc40fadb44956ffdca92;hpb=62455fd662f08b1f81cbb08ccb2c199cde0b9e97 diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am old mode 100644 new mode 100755 index 74d24fa..a781229 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -4,23 +4,37 @@ AM_CPPFLAGS = \ -include Python.h \ -include $(top_builddir)/enigma2_config.h -noinst_LTLIBRARIES = libenigma_driver.la +AM_CXXFLAGS = \ + $(LIBSDL_CFLAGS) -libenigma_driver_la_SOURCES = \ +noinst_LIBRARIES = libenigma_driver.a + +libenigma_driver_a_SOURCES = \ avswitch.cpp \ - avswitch.h \ 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.cpp \ misc_options.h \ - rc.cpp \ rc.h \ - rcconsole.cpp \ rcconsole.h \ rcdbox.h \ rcdreambox2.h \ - rcinput.cpp \ rcinput.h \ - rfmod.cpp \ - rfmod.h + rfmod.h \ + hdmi_cec.h + +if HAVE_LIBSDL +libenigma_driver_a_SOURCES += \ + rcsdl.cpp \ + rcsdl.h +endif