X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdriver%2FMakefile.am;h=a78122972d6defafe4420c65af9f43d94870e107;hp=88d9bec5418d94b293553e4e8fef9a2829a078ed;hb=68d8c8097853dca09312fc40fadb44956ffdca92;hpb=84d23f2ac49ec7ffb7315859c801d6393090b630 diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am old mode 100644 new mode 100755 index 88d9bec..a781229 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -4,6 +4,9 @@ AM_CPPFLAGS = \ -include Python.h \ -include $(top_builddir)/enigma2_config.h +AM_CXXFLAGS = \ + $(LIBSDL_CFLAGS) + noinst_LIBRARIES = libenigma_driver.a libenigma_driver_a_SOURCES = \ @@ -13,7 +16,8 @@ libenigma_driver_a_SOURCES = \ rc.cpp \ rcconsole.cpp \ rcinput.cpp \ - rfmod.cpp + rfmod.cpp \ + hdmi_cec.cpp driverincludedir = $(pkgincludedir)/lib/driver driverinclude_HEADERS = \ @@ -26,4 +30,11 @@ driverinclude_HEADERS = \ rcdbox.h \ rcdreambox2.h \ rcinput.h \ - rfmod.h + rfmod.h \ + hdmi_cec.h + +if HAVE_LIBSDL +libenigma_driver_a_SOURCES += \ + rcsdl.cpp \ + rcsdl.h +endif