X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=ab00f1bb04d4ab1c0df120d10e19016d2aed0de9;hb=79e500268a9468468f800b7d5723787d1d1dc83a;hp=7ea1e99dd5bf742a66149f82c2d624369b535c4a;hpb=f8edb2973d37f3ebfd08291f28be5435d0cf8f64;p=deb_libcec.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 7ea1e99..ab00f1b 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -50,4 +50,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@