fix OS-X build
[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 \
004b8382 14 CECClient.cpp \
a75e3a5a 15 adapter/USBCECAdapterCommands.cpp \
7bb4ed43
LOK
16 adapter/USBCECAdapterCommunication.cpp \
17 adapter/USBCECAdapterDetection.cpp \
a75e3a5a
LOK
18 adapter/USBCECAdapterMessage.cpp \
19 adapter/USBCECAdapterMessageQueue.cpp \
ef7696f5 20 devices/CECAudioSystem.cpp \
eafa9d46 21 devices/CECBusDevice.cpp \
004b8382 22 devices/CECDeviceMap.cpp \
51b2a094 23 devices/CECPlaybackDevice.cpp \
ef7696f5 24 devices/CECRecordingDevice.cpp \
51b2a094 25 devices/CECTuner.cpp \
51b2a094 26 devices/CECTV.cpp \
1b5cc4a2 27 implementations/ANCommandHandler.cpp \
1b5cc4a2 28 implementations/CECCommandHandler.cpp \
1b5cc4a2 29 implementations/SLCommandHandler.cpp \
bb5b4874 30 implementations/VLCommandHandler.cpp \
a75e3a5a 31 implementations/RLCommandHandler.cpp \
f7115044 32 platform/posix/serialport.cpp \
200322e5
LOK
33 platform/posix/serversocket.cpp\
34 platform/posix/os-edid.cpp \
cebbfe03
LOK
35 platform/adl/adl-edid.cpp \
36 platform/nvidia/nv-edid.cpp
200322e5 37
6ea2515b 38libcec_la_LDFLAGS = @LIBS_LIBCEC@ -version-info @VERSION@
354ded4d 39libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include