cec: display an alert message when the firmware of the adapter can be upgraded. bugzi...
[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
ef7696f5 11libcec_la_SOURCES = CECProcessor.cpp \
2abe74eb 12 LibCEC.cpp \
2abe74eb 13 LibCECC.cpp \
a75e3a5a 14 adapter/USBCECAdapterCommands.cpp \
7bb4ed43
LOK
15 adapter/USBCECAdapterCommunication.cpp \
16 adapter/USBCECAdapterDetection.cpp \
a75e3a5a
LOK
17 adapter/USBCECAdapterMessage.cpp \
18 adapter/USBCECAdapterMessageQueue.cpp \
ef7696f5 19 devices/CECAudioSystem.cpp \
eafa9d46 20 devices/CECBusDevice.cpp \
51b2a094 21 devices/CECPlaybackDevice.cpp \
ef7696f5 22 devices/CECRecordingDevice.cpp \
51b2a094 23 devices/CECTuner.cpp \
51b2a094 24 devices/CECTV.cpp \
1b5cc4a2 25 implementations/ANCommandHandler.cpp \
1b5cc4a2 26 implementations/CECCommandHandler.cpp \
1b5cc4a2 27 implementations/SLCommandHandler.cpp \
bb5b4874 28 implementations/VLCommandHandler.cpp \
a75e3a5a 29 implementations/RLCommandHandler.cpp \
f00ff009 30 platform/posix/serialport.cpp
abbca718 31
894e5deb 32libcec_la_LDFLAGS = @LIBS@ -version-info @VERSION@
354ded4d 33libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include