diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2007-02-15 11:17:53 -0800 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2007-02-15 11:17:53 -0800 |
commit | 8e7bc4b1f95f5d62ff18cd94f14f5e3949ef6a29 (patch) | |
tree | 331c055a1c73a9810c79d30ecf22732e8877bb34 /src/Makefile.am | |
parent | 6e33c4c44030e05d6d07ca9274cfe4d6df2c0387 (diff) |
Use server sources for crtc/output generic code.
As sources for these have been merged to the server, use them from the
server source code instead of keeping copies in this driver.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 982a959d..e3a0fcca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,6 +28,8 @@ SUBDIRS = xvmc bios_reader ch7017 ch7xxx ivch sil164 AM_CFLAGS = @WARN_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ \ -DI830_XV -DI830_USE_XAA -DI830_USE_EXA +AM_INCLUDES=-Iparser -Imodes + intel_drv_la_LTLIBRARIES = intel_drv.la intel_drv_la_LDFLAGS = -module -avoid-version intel_drv_ladir = @moduledir@/drivers @@ -86,20 +88,20 @@ intel_drv_la_SOURCES = \ i830_render.c \ i915_render.c \ i965_render.c \ - i830_xf86Rename.h \ local_xf86Rename.h \ - xf86Parser.h \ - xf86Optrec.h \ - i830_xf86Modes.h \ - i830_xf86Modes.c \ - i830_xf86cvt.c \ - i830_xf86Crtc.h \ - i830_xf86Crtc.c \ - i830_xf86EdidModes.c \ - i830_xf86RandR12.c \ - i830_xf86RandR12.h \ - i830_xf86Rotate.c \ - i830_xf86DiDGA.c + parser/xf86Rename.h \ + parser/xf86Parser.h \ + parser/xf86Optrec.h \ + modes/xf86Modes.h \ + modes/xf86Modes.c \ + modes/xf86cvt.c \ + modes/xf86Crtc.h \ + modes/xf86Crtc.c \ + modes/xf86EdidModes.c \ + modes/xf86RandR12.c \ + modes/xf86RandR12.h \ + modes/xf86Rotate.c \ + modes/xf86DiDGA.c EXTRA_DIST = \ packed_yuv_sf.g4a \ |