diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-11-21 04:02:41 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-02-05 19:32:10 +0200 |
commit | eda9fb15e8bc042661a91a3d8c921006dfb3ddd9 (patch) | |
tree | 2fb4c704c862732420c1ac0b53c3b94c15d22379 /src/Makefile.am | |
parent | 67b240ddd4a6549a23885afc723b6efa7c52db4c (diff) |
Consolidate atixv.c w/ atimach64xv.c, part 2.
Move {Initialize,Close}XVideo from atixv.c to atimach64xv.c .
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a386c61..f31c018 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,7 +65,7 @@ atimisc_drv_la_SOURCES = \ atilock.c atimach64.c atimach64accel.c atimach64cursor.c \ atimach64i2c.c atimach64io.c atimach64xv.c atimode.c atipreinit.c \ atiprint.c atirgb514.c atiscreen.c atituner.c atiutil.c ativalid.c \ - atixv.c atiload.c atimisc.c $(ATIMISC_DRI_SRCS) $(ATIMISC_DGA_SOURCES) \ + atiload.c atimisc.c $(ATIMISC_DRI_SRCS) $(ATIMISC_DGA_SOURCES) \ $(ATIMISC_CPIO_SOURCES) $(ATIMISC_EXA_SOURCES) r128_drv_la_LTLIBRARIES = r128_drv.la @@ -135,7 +135,6 @@ EXTRA_DIST = \ atimach64i2c.h \ atimach64io.h \ atimach64render.c \ - atimach64xv.h \ atimode.h \ atimodule.h \ atioption.h \ |