break break break
[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 \
15 CECProcessor.cpp \
16 CECProcessor.h \
17 LibCEC.cpp \
18 LibCEC.h \
19 LibCECC.cpp \
abbca718 20 util/StdString.h \
eafa9d46
LOK
21 devices/CECBusDevice.cpp \
22 devices/CECBusDevice.h \
1b5cc4a2
LOK
23 implementations/ANCommandHandler.cpp \
24 implementations/ANCommandHandler.h \
25 implementations/CECCommandHandler.cpp \
26 implementations/CECCommandHandler.h \
27 implementations/SLCommandHandler.cpp \
28 implementations/SLCommandHandler.h \
bb5b4874
LOK
29 implementations/VLCommandHandler.cpp \
30 implementations/VLCommandHandler.h \
b9187cc6
LOK
31 platform/timeutils.h \
32 platform/baudrate.h \
33 platform/os-dependent.h \
34 platform/linux/os_posix.h \
35 platform/linux/serialport.cpp \
36 platform/serialport.h \
37 platform/threads.cpp \
38 platform/threads.h
abbca718 39
3e703e8e 40libcec_la_LDFLAGS = @LIBS@ -version-info @VERSION@
354ded4d 41libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include