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