From 40e8fc6d789367334ea8d8eeaf00f5f749b81f95 Mon Sep 17 00:00:00 2001 From: Alexandr Shadchin Date: Mon, 28 Nov 2011 23:50:00 +0000 Subject: Adding wheel emulation, ported from evdev(4) ok matthieu@ --- driver/xf86-input-ws/src/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'driver/xf86-input-ws/src/Makefile.in') diff --git a/driver/xf86-input-ws/src/Makefile.in b/driver/xf86-input-ws/src/Makefile.in index 562c9698f..c9e098b27 100644 --- a/driver/xf86-input-ws/src/Makefile.in +++ b/driver/xf86-input-ws/src/Makefile.in @@ -55,7 +55,8 @@ am__installdirs = "$(DESTDIR)$(@DRIVER_NAME@_drv_ladir)" @DRIVER_NAME@_drv_laLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(@DRIVER_NAME@_drv_la_LTLIBRARIES) @DRIVER_NAME@_drv_la_LIBADD = -am_@DRIVER_NAME@_drv_la_OBJECTS = @DRIVER_NAME@.lo emumb.lo +am_@DRIVER_NAME@_drv_la_OBJECTS = @DRIVER_NAME@.lo emumb.lo \ + emuwheel.lo @DRIVER_NAME@_drv_la_OBJECTS = $(am_@DRIVER_NAME@_drv_la_OBJECTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -230,7 +231,8 @@ INCLUDES = -I$(top_srcdir)/include/ @DRIVER_NAME@_drv_la_SOURCES = \ @DRIVER_NAME@.c \ @DRIVER_NAME@.h \ - emumb.c + emumb.c \ + emuwheel.c all: all-am @@ -303,6 +305,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/@DRIVER_NAME@.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emumb.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emuwheel.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -- cgit v1.2.3