cec: set the physical address in CCECBusDevice
[deb_libcec.git] / src / lib / Makefile.am
index e3354e17115f71d68559c6b72eb42a1f599762b7..243c3177b7ef452321b85e36b370d37098a7496f 100644 (file)
@@ -12,12 +12,20 @@ libcec_la_SOURCES = AdapterCommunication.cpp \
                     AdapterCommunication.h \
                     AdapterDetection.cpp \
                     AdapterDetection.h \
+                    CECBusDevice.cpp \
+                    CECBusDevice.h \
                     CECProcessor.cpp \
                     CECProcessor.h \
                     LibCEC.cpp \
                     LibCEC.h \
                     LibCECC.cpp \
                     util/StdString.h \
+                    implementations/ANCommandHandler.cpp \
+                    implementations/ANCommandHandler.h \
+                    implementations/CECCommandHandler.cpp \
+                    implementations/CECCommandHandler.h \
+                    implementations/SLCommandHandler.cpp \
+                    implementations/SLCommandHandler.h \
                     platform/timeutils.h \
                     platform/baudrate.h \
                     platform/os-dependent.h \