summaryrefslogtreecommitdiffstats
path: root/source/a/gpm/gpm.evdevmakefile.patch
blob: bd56c3aab46cbd9fccb72a7b6c38215df4728267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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)