X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdriver%2FMakefile.am;h=a78122972d6defafe4420c65af9f43d94870e107;hp=b498a6c829fd8ecbee6dc3a5e56e8439f66a909f;hb=4a5f4afeff93bb2c577c135835853ebaf2c7868b;hpb=316f6a4f78d654e7822431cca75659709c6c3fee diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am old mode 100644 new mode 100755 index b498a6c..a781229 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -16,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 = \ @@ -29,7 +30,8 @@ driverinclude_HEADERS = \ rcdbox.h \ rcdreambox2.h \ rcinput.h \ - rfmod.h + rfmod.h \ + hdmi_cec.h if HAVE_LIBSDL libenigma_driver_a_SOURCES += \