ensure that we only send 'image view on' when needed
[deb_libcec.git] / src / lib / Makefile.am
index 7ea1e99dd5bf742a66149f82c2d624369b535c4a..ab00f1bb04d4ab1c0df120d10e19016d2aed0de9 100644 (file)
@@ -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@