X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=243c3177b7ef452321b85e36b370d37098a7496f;hb=0ab58650411d2de14fbe707e7c01ea407655bd15;hp=5d93660b37ac56ed98d96ca6d8e30e4c5276ac11;hpb=354ded4d2780bf0cd0ebc4053cf71517d440dea3;p=deb_libcec.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 5d93660..243c317 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,9 +1,9 @@ lib_LTLIBRARIES = libcec.la library_includedir=$(includedir)/libcec -library_include_HEADERS = ../../include/libcec/CECExports.h \ - ../../include/libcec/CECExportsC.h \ - ../../include/libcec/CECTypes.h \ - ../../include/libcec/CECLoader.h +library_include_HEADERS = ../../include/cec.h \ + ../../include/cecc.h \ + ../../include/cectypes.h \ + ../../include/cecloader.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcec.pc @@ -12,15 +12,20 @@ libcec_la_SOURCES = AdapterCommunication.cpp \ AdapterCommunication.h \ AdapterDetection.cpp \ AdapterDetection.h \ + CECBusDevice.cpp \ + CECBusDevice.h \ CECProcessor.cpp \ CECProcessor.h \ LibCEC.cpp \ LibCEC.h \ LibCECC.cpp \ - ../../include/CECExports.h \ - ../../include/CECExportsCpp.h \ - ../../include/CECExportsC.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 \