diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-02-25 17:08:07 -0300 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-02-25 17:08:07 -0300 |
commit | 9727db88d57089be6483104de435626cdbad883a (patch) | |
tree | d1dc38d702b6ee1333974a84946a44f49b9fd07e /hw/xfree86/common/Makefile.am | |
parent | f19f7b8e53ed6609fc1fdd272de5521417946209 (diff) |
No more "-scanpci" given that we already have it in libpciaccess.
(Yeah, lets nuke dead code!)
Diffstat (limited to 'hw/xfree86/common/Makefile.am')
-rw-r--r-- | hw/xfree86/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am index c060b73f0..4f0a2d6b3 100644 --- a/hw/xfree86/common/Makefile.am +++ b/hw/xfree86/common/Makefile.am @@ -31,7 +31,7 @@ BUILT_SOURCES = xf86DefModeSet.c AM_LDFLAGS = -r libcommon_la_SOURCES = xf86Configure.c xf86Bus.c xf86Config.c \ xf86Cursor.c xf86cvt.c xf86DGA.c xf86DPMS.c \ - xf86DoProbe.c xf86DoScanPci.c xf86Events.c \ + xf86DoProbe.c xf86Events.c \ xf86Globals.c xf86AutoConfig.c \ xf86MiscExt.c xf86Option.c \ xf86VidMode.c xf86fbman.c xf86cmap.c \ |