diff options
-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 \ |