diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-11-04 12:53:18 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-11-05 09:30:14 +1000 |
commit | 0799f0771cca335d6400a8494ba236a0d10e122b (patch) | |
tree | d467362ccc8ea18e7c65a3868419d00404b976cb | |
parent | a52efb096e166e325deb3d6b502671f339a4fa15 (diff) |
xfree86: remove two unused variables from Makefile.am
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Julien Cristau <jcristau@debian.org>
-rw-r--r-- | hw/xfree86/common/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am index 821a2b500..989208f4e 100644 --- a/hw/xfree86/common/Makefile.am +++ b/hw/xfree86/common/Makefile.am @@ -17,8 +17,6 @@ if DGA DGASOURCES = xf86DGA.c endif -XISOURCES = xf86Xinput.c xisb.c -XISDKINCS = xf86Xinput.h xisb.h RANDRSOURCES = xf86RandR.c BUSSOURCES = xf86pciBus.c xf86fbBus.c xf86noBus.c $(SBUS_SOURCES) |