cec: fixed - don't keep the mutex locked in CCECProcessor::Initialise()
[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 \
2abe74eb 12 AdapterDetection.cpp \
2abe74eb 13 CECProcessor.cpp \
2abe74eb 14 LibCEC.cpp \
2abe74eb 15 LibCECC.cpp \
51b2a094 16 devices/CECAudioSystem.cpp \
eafa9d46 17 devices/CECBusDevice.cpp \
51b2a094 18 devices/CECPlaybackDevice.cpp \
51b2a094 19 devices/CECRecordingDevice.cpp \
51b2a094 20 devices/CECTuner.cpp \
51b2a094 21 devices/CECTV.cpp \
1b5cc4a2 22 implementations/ANCommandHandler.cpp \
1b5cc4a2 23 implementations/CECCommandHandler.cpp \
1b5cc4a2 24 implementations/SLCommandHandler.cpp \
bb5b4874 25 implementations/VLCommandHandler.cpp \
f00ff009 26 platform/posix/serialport.cpp
abbca718 27
3e703e8e 28libcec_la_LDFLAGS = @LIBS@ -version-info @VERSION@
354ded4d 29libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include