From 1ac45d82a5983538bcc8cde252ad5a9b1325a4da Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Mon, 29 Aug 2011 15:22:26 +0200 Subject: cec: added support for the Pulse-Eight CEC Adaptor. split up linux/PeripheralBusUSB into PeripheralBusUSBLibUdev and PeripheralBusUSBLibUSB. fixed automake files --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index aa956c6e1f..bff37e6b37 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,7 @@ BIN_DIRS= \ xbmc/peripherals \ xbmc/peripherals/bus \ xbmc/peripherals/devices \ - xbmc/peripherals/dialogs + xbmc/peripherals/dialogs \ ifeq (@USE_OPENGL@,1) BIN_DIRS += xbmc/rendering/gl @@ -498,7 +498,7 @@ OBJSXBMC= \ xbmc/peripherals/peripherals.a \ xbmc/peripherals/bus/peripheral-bus.a \ xbmc/peripherals/devices/peripheral-devices.a \ - xbmc/peripherals/dialogs/peripheral-dialogs.a + xbmc/peripherals/dialogs/peripheral-dialogs.a ifeq (@USE_OPENGL@,1) OBJSXBMC += xbmc/rendering/gl/rendering_gl.a -- cgit v1.2.3