diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-08-29 15:22:26 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-09-30 01:00:21 +0200 |
commit | 1ac45d82a5983538bcc8cde252ad5a9b1325a4da (patch) | |
tree | 962597869f251a84fd4a9dfd395498b17aa7b383 /Makefile.in | |
parent | 034236bf690119b2a82be1133ff328bccbdc4411 (diff) |
cec: added support for the Pulse-Eight CEC Adaptor. split up linux/PeripheralBusUSB into PeripheralBusUSBLibUdev and PeripheralBusUSBLibUSB. fixed automake files
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |