cec: fixed crash on exit after the last commit.
[deb_libcec.git] / src / lib / Makefile.am
CommitLineData
abbca718
LOK
1lib_LTLIBRARIES = libcec.la
2library_includedir=$(includedir)/libcec
761dcc45
LOK
3library_include_HEADERS = ../../include/cec.h \
4 ../../include/cecc.h \
5 ../../include/cectypes.h \
6 ../../include/cecloader.h
abbca718
LOK
7
8pkgconfigdir = $(libdir)/pkgconfig
9pkgconfig_DATA = libcec.pc
10
2abe74eb 11libcec_la_SOURCES = AdapterCommunication.cpp \
828682d3 12 AdapterCommunication.h \
2abe74eb
LOK
13 AdapterDetection.cpp \
14 AdapterDetection.h \
e9de9629
LOK
15 ANCommandHandler.cpp \
16 ANCommandHandler.h \
17 CECBusDevice.cpp \
18 CECBusDevice.h \
19 CECCommandHandler.cpp \
20 CECCommandHandler.h \
2abe74eb
LOK
21 CECProcessor.cpp \
22 CECProcessor.h \
23 LibCEC.cpp \
24 LibCEC.h \
25 LibCECC.cpp \
e9de9629
LOK
26 SLCommandHandler.cpp \
27 SLCommandHandler.h \
abbca718 28 util/StdString.h \
b9187cc6
LOK
29 platform/timeutils.h \
30 platform/baudrate.h \
31 platform/os-dependent.h \
32 platform/linux/os_posix.h \
33 platform/linux/serialport.cpp \
34 platform/serialport.h \
35 platform/threads.cpp \
36 platform/threads.h
abbca718 37
3e703e8e 38libcec_la_LDFLAGS = @LIBS@ -version-info @VERSION@
354ded4d 39libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include