Commit | Line | Data |
---|---|---|
abbca718 LOK |
1 | lib_LTLIBRARIES = libcec.la |
2 | library_includedir=$(includedir)/libcec | |
3 | library_include_HEADERS = ../../include/CECExports.h \ | |
4 | ../../include/CECExportsCpp.h \ | |
5 | ../../include/CECExportsC.h | |
6 | ||
7 | pkgconfigdir = $(libdir)/pkgconfig | |
8 | pkgconfig_DATA = libcec.pc | |
9 | ||
10 | ||
11 | libcec_la_SOURCES = CECParser.cpp \ | |
12 | CECParser.h \ | |
13 | CECParserC.cpp \ | |
14 | CECDetect.cpp \ | |
15 | CECDetect.h \ | |
a8f0bd18 LOK |
16 | Communication.cpp \ |
17 | Communication.h \ | |
abbca718 LOK |
18 | ../../include/CECExports.h \ |
19 | ../../include/CECExportsCpp.h \ | |
20 | ../../include/CECExportsC.h \ | |
21 | util/misc.h \ | |
22 | util/misc.cpp \ | |
23 | util/StdString.h \ | |
24 | util/threads.cpp \ | |
25 | util/threads.h \ | |
26 | util/timeutils.h \ | |
27 | libPlatform/baudrate.h \ | |
28 | libPlatform/os-dependent.h \ | |
29 | libPlatform/linux/os_posix.h \ | |
30 | libPlatform/linux/serialport.cpp \ | |
31 | libPlatform/serialport.h | |
32 | ||
33 | libcec_la_LDFLAGS = -lrt -lpthread -ludev -version-info @VERSION@ |