diff options
Diffstat (limited to 'source/a/gpm/gpm.evdevmakefile.patch')
-rw-r--r-- | source/a/gpm/gpm.evdevmakefile.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source/a/gpm/gpm.evdevmakefile.patch b/source/a/gpm/gpm.evdevmakefile.patch deleted file mode 100644 index bd56c3aa..00000000 --- a/source/a/gpm/gpm.evdevmakefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Makefile.in.orig 2006-02-07 15:24:17.000000000 -0600 -+++ ./src/Makefile.in 2006-02-07 15:26:03.000000000 -0600 -@@ -12,7 +12,7 @@ - include $(top_builddir)/Makefile.include - - # Main portion: regular build rules --MICESRC = mice.c twiddler.c synaptics.c @EVDEV_SRCS@ -+MICESRC = mice.c twiddler.c synaptics.c evdev.c - - GSRC = main.c gpm.c gpn.c special.c startup.c server_tools.c console.c \ - selection.c client.c optparser.c $(MICESRC) |