diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 01:43:58 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 01:51:02 +0300 |
commit | 35c89f3f5b8fa222e37b799d5bb01595e8f30d0c (patch) | |
tree | ef51d663a6ca73bc36407e9b9f833d294d162601 | |
parent | b89a59248a4a0ff06b9a0ddee45881efc6063063 (diff) |
XFree86: Remove mysticism from Makefile.am
The variables were always the same, so just shove them in with the rest
of the plebs.
-rw-r--r-- | hw/xfree86/common/Makefile.am | 6 |
1 files 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 |