diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-28 10:02:54 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-28 10:02:54 +0000 |
commit | 05c139d4cdfd11d39c0168d0c80ac1dbdd069b4c (patch) | |
tree | e449db85c8686fc8fdc5bd01abf06cbf04d1b5f1 /hw/kdrive/src/Makefile.am | |
parent | aeb770f645e2d591b255ec4ab06addcb1beafa5f (diff) |
Enough build fixes to get {sdl,ephyr,fake} to link.
Diffstat (limited to 'hw/kdrive/src/Makefile.am')
-rw-r--r-- | hw/kdrive/src/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hw/kdrive/src/Makefile.am b/hw/kdrive/src/Makefile.am index b71748b1a..192665ec2 100644 --- a/hw/kdrive/src/Makefile.am +++ b/hw/kdrive/src/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ @KDRIVE_INCS@ \ @KDRIVE_CFLAGS@ -noinst_LIBRARIES = libkdrive.a +noinst_LIBRARIES = libkdrive.a libkdrivestubs.a libkdrive_a_SOURCES = \ fourcc.h \ @@ -26,4 +26,9 @@ libkdrive_a_SOURCES = \ kxv.c \ kxv.h \ vga.c \ - vga.h + vga.h \ + $(top_srcdir)/mi/miinitext.c + +libkdrivestubs_a_SOURCES = \ + $(top_srcdir)/Xi/stubs.c \ + $(top_srcdir)/fb/fbcmap.c |