X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=cdc1cbd9279aa860181de522094e716a184fd782;hb=1d6f45585e3db317d74dff6fafe8f138752c27d8;hp=b88b02baf1ac1be7f3389fc07ada17d64ee0274c;hpb=90b7066f7129c01c5bd012a00677ebdc0c42ae89;p=deb_libcec.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index b88b02b..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 @@ -52,8 +54,8 @@ endif ## CuBox (NXP) support if USE_TDA995X_API -libcec_la_SOURCES += adapter/CuBox/NxpCECAdapterDetection.cpp \ - adapter/CuBox/NxpCECAdapterCommunication.cpp +libcec_la_SOURCES += adapter/TDA995x/TDA995xCECAdapterDetection.cpp \ + adapter/TDA995x/TDA995xCECAdapterCommunication.cpp endif