X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=243c3177b7ef452321b85e36b370d37098a7496f;hb=1b5cc4a2517ee8e6cebb44063ea03eb4128b4ab1;hp=c608a6701ac3801352bb6e8158b73e448f293f6b;hpb=d1998c7bd8bb71fac318d555409d8f2c4da255fa;p=deb_libcec.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index c608a67..243c317 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -12,20 +12,20 @@ libcec_la_SOURCES = AdapterCommunication.cpp \ AdapterCommunication.h \ AdapterDetection.cpp \ AdapterDetection.h \ - ANCommandHandler.cpp \ - ANCommandHandler.h \ CECBusDevice.cpp \ CECBusDevice.h \ - CECCommandHandler.cpp \ - CECCommandHandler.h \ CECProcessor.cpp \ CECProcessor.h \ LibCEC.cpp \ LibCEC.h \ LibCECC.cpp \ - SLCommandHandler.cpp \ - SLCommandHandler.h \ util/StdString.h \ + implementations/ANCommandHandler.cpp \ + implementations/ANCommandHandler.h \ + implementations/CECCommandHandler.cpp \ + implementations/CECCommandHandler.h \ + implementations/SLCommandHandler.cpp \ + implementations/SLCommandHandler.h \ platform/timeutils.h \ platform/baudrate.h \ platform/os-dependent.h \