X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=cdc1cbd9279aa860181de522094e716a184fd782;hb=1d6f45585e3db317d74dff6fafe8f138752c27d8;hp=7ea1e99dd5bf742a66149f82c2d624369b535c4a;hpb=f8edb2973d37f3ebfd08291f28be5435d0cf8f64;p=deb_libcec.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 7ea1e99..cdc1cbd 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -25,7 +25,9 @@ libcec_la_SOURCES = CECProcessor.cpp \ implementations/CECCommandHandler.cpp \ implementations/SLCommandHandler.cpp \ implementations/VLCommandHandler.cpp \ - implementations/RLCommandHandler.cpp + implementations/RLCommandHandler.cpp \ + implementations/PHCommandHandler.cpp \ + implementations/RHCommandHandler.cpp ## server sockets, currently unused ##libcec_la_SOURCES += platform/posix/serversocket.cpp @@ -50,4 +52,11 @@ libcec_la_SOURCES += adapter/RPi/RPiCECAdapterDetection.cpp \ adapter/RPi/RPiCECAdapterMessageQueue.cpp endif +## CuBox (NXP) support +if USE_TDA995X_API +libcec_la_SOURCES += adapter/TDA995x/TDA995xCECAdapterDetection.cpp \ + adapter/TDA995x/TDA995xCECAdapterCommunication.cpp +endif + + libcec_la_LDFLAGS = @LIBS_LIBCEC@ -version-info @VERSION@