From 35c89f3f5b8fa222e37b799d5bb01595e8f30d0c Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 16 Jul 2008 01:43:58 +0300 Subject: [PATCH] XFree86: Remove mysticism from Makefile.am The variables were always the same, so just shove them in with the rest of the plebs. --- hw/xfree86/common/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am index 59e985baf..faa6b3746 100644 --- a/hw/xfree86/common/Makefile.am +++ b/hw/xfree86/common/Makefile.am @@ -31,9 +31,9 @@ libcommon_la_SOURCES = xf86Configure.c xf86Bus.c xf86Config.c \ xf86Globals.c xf86AutoConfig.c \ xf86MiscExt.c xf86Option.c \ xf86VidMode.c xf86fbman.c xf86cmap.c \ - xf86Helper.c xf86PM.c xf86RAC.c \ + xf86Helper.c xf86PM.c xf86RAC.c xf86Xinput.c xisb.c \ xf86Mode.c xf86Build.h xorgHelper.c \ - $(XVSOURCES) $(BUSSOURCES) $(XISOURCES) $(RANDRSOURCES) + $(XVSOURCES) $(BUSSOURCES) $(RANDRSOURCES) nodist_libcommon_la_SOURCES = xf86DefModeSet.c libinit_a_SOURCES = xf86Build.h xf86Init.c @@ -44,7 +44,7 @@ INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c \ sdk_HEADERS = compiler.h fourcc.h xf86.h xf86Module.h xf86Opt.h \ xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \ - xf86cmap.h xf86fbman.h xf86str.h xf86RAC.h $(XISDKINCS) \ + xf86cmap.h xf86fbman.h xf86str.h xf86RAC.h xf86Xinput.h xisb.h \ $(XVSDKINCS) atKeynames.h xf86Version.h xorgVersion.h \ xf86sbusBus.h xf86xv.h xf86xvmc.h xf86xvpriv.h