X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=19f5e6f7a2dc03fd300dccbea40c68f1c3b32c5f;hb=5f2f3609d7ee857ac7e5d03600fbd735e99c892f;hp=3522cb5644e1563d976e13734a4239bbb20e59c2;hpb=3424a2f327e569e92c7282c6e643536984a65c64;p=deb_libcec.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 3522cb5..19f5e6f 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,33 +1,35 @@ lib_LTLIBRARIES = libcec.la library_includedir=$(includedir)/libcec -library_include_HEADERS = ../../include/CECExports.h \ - ../../include/CECExportsCpp.h \ - ../../include/CECExportsC.h +library_include_HEADERS = ../../include/cec.h \ + ../../include/cecc.h \ + ../../include/cectypes.h \ + ../../include/cecloader.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 \ - ../../include/CECExports.h \ - ../../include/CECExportsCpp.h \ - ../../include/CECExportsC.h \ - util/StdString.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 + CECClient.cpp \ + adapter/USBCECAdapterCommands.cpp \ + adapter/USBCECAdapterCommunication.cpp \ + adapter/USBCECAdapterDetection.cpp \ + adapter/USBCECAdapterMessage.cpp \ + adapter/USBCECAdapterMessageQueue.cpp \ + devices/CECAudioSystem.cpp \ + devices/CECBusDevice.cpp \ + devices/CECDeviceMap.cpp \ + devices/CECPlaybackDevice.cpp \ + devices/CECRecordingDevice.cpp \ + devices/CECTuner.cpp \ + devices/CECTV.cpp \ + implementations/ANCommandHandler.cpp \ + implementations/CECCommandHandler.cpp \ + implementations/SLCommandHandler.cpp \ + implementations/VLCommandHandler.cpp \ + implementations/RLCommandHandler.cpp \ + platform/posix/serialport.cpp -libcec_la_LDFLAGS = -lrt -lpthread -ludev -version-info @VERSION@ +libcec_la_LDFLAGS = @LIBS@ -version-info @VERSION@ +libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include