X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=60d6d2d43069a24c9a6579c1cd0f4d5bf4ac7566;hb=5daed059e1d5bca3ddfa0787679ef4e7b349e382;hp=64ed009176c0298f6128da9ad26716c1e4f873e7;hpb=51b2a0943d227f8090948c3d603c643e410cd17d;p=deb_libcec.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 64ed009..60d6d2d 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -8,44 +8,26 @@ library_include_HEADERS = ../../include/cec.h \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcec.pc -libcec_la_SOURCES = AdapterCommunication.cpp \ - AdapterCommunication.h \ - AdapterDetection.cpp \ - AdapterDetection.h \ - CECProcessor.cpp \ - CECProcessor.h \ +libcec_la_SOURCES = CECProcessor.cpp \ LibCEC.cpp \ - LibCEC.h \ LibCECC.cpp \ - util/StdString.h \ - devices/CECAudioSystem.h \ - devices/CECAudioSystem.cpp \ + adapter/USBCECAdapterCommands.cpp \ + adapter/USBCECAdapterCommunication.cpp \ + adapter/USBCECAdapterDetection.cpp \ + adapter/USBCECAdapterMessage.cpp \ + adapter/USBCECAdapterMessageQueue.cpp \ + devices/CECAudioSystem.cpp \ devices/CECBusDevice.cpp \ - devices/CECBusDevice.h \ - devices/CECPlaybackDevice.h \ devices/CECPlaybackDevice.cpp \ - devices/CECRecordingDevice.h \ - devices/CECRecordingDevice.cpp \ - devices/CECTuner.h \ + devices/CECRecordingDevice.cpp \ devices/CECTuner.cpp \ - devices/CECTV.h \ devices/CECTV.cpp \ implementations/ANCommandHandler.cpp \ - implementations/ANCommandHandler.h \ implementations/CECCommandHandler.cpp \ - implementations/CECCommandHandler.h \ implementations/SLCommandHandler.cpp \ - implementations/SLCommandHandler.h \ implementations/VLCommandHandler.cpp \ - implementations/VLCommandHandler.h \ - platform/timeutils.h \ - platform/baudrate.h \ - platform/os-dependent.h \ - platform/linux/os_posix.h \ - platform/linux/serialport.cpp \ - platform/serialport.h \ - platform/threads.cpp \ - platform/threads.h + implementations/RLCommandHandler.cpp \ + platform/posix/serialport.cpp libcec_la_LDFLAGS = @LIBS@ -version-info @VERSION@ libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include