# HG changeset patch # User diego # Date 1187101827 0 # Node ID 4c260bdb4de97a209149a6c9c237875c4b3e794f # Parent c7f95196dfe58fe12d427bc7e3fa2069177829c8 cosmetics: prettyprint diff -r c7f95196dfe5 -r 4c260bdb4de9 input/Makefile --- a/input/Makefile Tue Aug 14 14:29:22 2007 +0000 +++ b/input/Makefile Tue Aug 14 14:30:27 2007 +0000 @@ -2,9 +2,9 @@ LIBNAME_MPLAYER = libinput.a -SRCS_MPLAYER = input.c +SRCS_MPLAYER = input.c SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c -SRCS_MPLAYER-$(JOYSTICK) += joystick.c -SRCS_MPLAYER-$(LIRC) += lirc.c +SRCS_MPLAYER-$(JOYSTICK) += joystick.c +SRCS_MPLAYER-$(LIRC) += lirc.c include ../mpcommon.mak