[PATCH xf86-video-sis] Minor adjustment to the compilation order
Kevin Brace
kevinbrace at gmx.com
Thu Jul 12 00:40:49 UTC 2018
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
---
src/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 52523a9..3b7d7d7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,16 +32,17 @@ sis_drv_la_SOURCES = \
300vtbl.h \
310vtbl.h \
compat-api.h \
+ init.c \
+ init.h \
init301.c \
init301.h \
- init.c \
initdef.h \
initextx.c \
initextx.h \
- init.h \
oem300.h \
oem310.h \
osdef.h \
+ sis.h \
sis300_accel.c \
sis300_accel.h \
sis310_accel.c \
@@ -58,7 +59,6 @@ sis_drv_la_SOURCES = \
sis_dga.c \
sis_driver.c \
sis_driver.h \
- sis.h \
sis_memcpy.c \
sis_opt.c \
sis_regs.h \
--
2.7.4
More information about the xorg-devel
mailing list