diff options
author | Alex Deucher <alex@samba.(none)> | 2008-01-14 10:05:01 -0500 |
---|---|---|
committer | Alex Deucher <alex@samba.(none)> | 2008-01-14 10:05:01 -0500 |
commit | 729da30c80d6545b75c8faea44754634f477cc09 (patch) | |
tree | f912de6037f30ead86c7a4894e68c6b87c58a0e4 /src/Makefile.am | |
parent | 000741e250e54122b0adc91694eb4bfa320a70fb (diff) | |
parent | 625a885a964488da2a35065eb597a17ee57b22a9 (diff) |
Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5e95dd7c..0f96e1c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,16 +99,12 @@ atimisc_drv_la_SOURCES = \ atiload.c atimisc.c atimach64probe.c $(ATIMISC_CPIO_SOURCES) \ $(ATIMISC_DGA_SOURCES) $(ATIMISC_DRI_SRCS) $(ATIMISC_EXA_SOURCES) -if XSERVER_LIBPCIACCESS -# r128 has not been ported yet -else r128_drv_la_LTLIBRARIES = r128_drv.la r128_drv_la_LDFLAGS = -module -avoid-version r128_drv_ladir = @moduledir@/drivers r128_drv_la_SOURCES = \ r128_accel.c r128_cursor.c r128_dga.c r128_driver.c \ r128_video.c r128_misc.c r128_probe.c $(R128_DRI_SRCS) -endif radeon_drv_la_LTLIBRARIES = radeon_drv.la radeon_drv_la_LDFLAGS = -module -avoid-version @@ -179,7 +175,6 @@ EXTRA_DIST = \ atimach64io.h \ atimach64probe.h \ atimode.h \ - atimodule.h \ atioption.h \ atipreinit.h \ atiprint.h \ |