libansi: build libansi.o
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Tue, 1 Sep 2009 18:30:32 +0000 (11:30 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Tue, 1 Sep 2009 20:09:52 +0000 (13:09 -0700)
Hook libansi.o into the lib/ build.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/lib/Makefile
com32/lib/sys/libansi.c

index 2bcffe8..3a9eafd 100644 (file)
@@ -53,6 +53,8 @@ LIBOBJS = \
        \
        sys/ansi.o                                                      \
        \
+       sys/libansi.o                                                   \
+       \
        sys/ansicon_write.o sys/ansiserial_write.o                      \
        \
        sys/vesacon_write.o sys/vesaserial_write.o                      \
index eb17d32..0f34842 100644 (file)
@@ -35,7 +35,7 @@
 #include <stdbool.h>
 #include <stdint.h>
 
-#include "ansi.h"
+#include "libansi.h"
 
 void display_cursor(bool status)
 {