X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=31d630de034c2e2693fba0bb0cfb852c5e330278;hb=722869e27e6f6ef9db09fa9114994e167b7e8894;hp=7a0f6a39db2355a7184666b35ef0354962768407;hpb=ee7a58ce82eb01a99ce2aae5b0e534bfb1c97a43;p=deb_libcec.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 7a0f6a3..31d630d 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,13 +1,13 @@ 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 \ @@ -17,10 +17,15 @@ libcec_la_SOURCES = AdapterCommunication.cpp \ LibCEC.cpp \ LibCEC.h \ LibCECC.cpp \ - ../../include/CECExports.h \ - ../../include/CECExportsCpp.h \ - ../../include/CECExportsC.h \ util/StdString.h \ + devices/CECBusDevice.cpp \ + devices/CECBusDevice.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 \ @@ -31,3 +36,4 @@ libcec_la_SOURCES = AdapterCommunication.cpp \ platform/threads.h libcec_la_LDFLAGS = @LIBS@ -version-info @VERSION@ +libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include