diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-14 14:30:27 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-14 14:30:27 +0000 |
commit | 8de8cfdeee1bce4d29a18f6e994d818a6b589e31 (patch) | |
tree | 61dc23d7b6a212e60811a1be439ddeb3bb068460 | |
parent | bcf0c984f0d5409fc42e9694c1677366881ff6ad (diff) |
cosmetics: prettyprint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24058 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | input/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/input/Makefile b/input/Makefile index 3b4d085581..364d73641d 100644 --- a/input/Makefile +++ b/input/Makefile @@ -2,9 +2,9 @@ include ../config.mak 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 |