mirror of
git://slackware.nl/current.git
synced 2024-12-30 10:24:23 +01:00
12 lines
451 B
Diff
12 lines
451 B
Diff
|
--- ./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)
|