diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-14 00:18:25 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-14 00:18:25 +0000 |
commit | d4b7edf86b63fb9af377bc4605381c8016a683a5 (patch) | |
tree | 1e8285e81cbcf24493b25de061675431e1ab7058 | |
parent | 4c5535161d81174747920a2a3e70ec27a1bcf911 (diff) |
add mga_bios.c, bump version number.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d5a0e72..e391316 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-mga], - 1.1.2, + 1.1.2.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-mga) diff --git a/src/Makefile.am b/src/Makefile.am index 7fcbef0..25b68ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,6 +48,7 @@ mga_drv_la_SOURCES = \ client.h \ clientlx.c \ mga_arc.c \ + mga_bios.c \ mga_common.h \ mga_dac3026.c \ mga_dacG.c \ |