ensure that we only send 'image view on' when needed
[deb_libcec.git] / src / lib / Makefile.am
index b4afcd1bed0e069083f55990fa98529f36eaa52d..ab00f1bb04d4ab1c0df120d10e19016d2aed0de9 100644 (file)
@@ -51,9 +51,9 @@ libcec_la_SOURCES += adapter/RPi/RPiCECAdapterDetection.cpp \
 endif
 
 ## CuBox (NXP) support
-if USE_NXP_API
-libcec_la_SOURCES += adapter/CuBox/NxpCECAdapterDetection.cpp \
-                     adapter/CuBox/NxpCECAdapterCommunication.cpp
+if USE_TDA995X_API
+libcec_la_SOURCES += adapter/TDA995x/TDA995xCECAdapterDetection.cpp \
+                     adapter/TDA995x/TDA995xCECAdapterCommunication.cpp
 endif