Blob Blame History Raw
diff -up monitor-edid-1.16/vbe.c~ monitor-edid-1.16/vbe.c
--- monitor-edid-1.16/vbe.c~	2008-01-08 20:14:54.000000000 +0200
+++ monitor-edid-1.16/vbe.c	2008-04-05 23:54:59.000000000 +0300
@@ -157,7 +157,7 @@ int vbe_get_edid_info(hd_data_t *hd_data
 }
 
 #ifdef LRMI
-#include "lrmi.h"
+#include <lrmi.h>
 
 static int vbe_check_vbe_info__old(void)
 {
diff -up monitor-edid-1.16/Makefile~ monitor-edid-1.16/Makefile
--- monitor-edid-1.16/Makefile~	2008-03-10 09:53:34.000000000 +0200
+++ monitor-edid-1.16/Makefile	2008-04-05 23:54:39.000000000 +0300
@@ -30,7 +30,7 @@ CFLAGS = -O -Wall -g
 OBJS = monitor-get-edid-using-vbe.c vbe.o libint10.a libx86emu.a
 
 ifeq (i386,$(ARCH))
-OBJS += lrmi.o
+monitor-get-edid-using-vbe: LDFLAGS += -llrmi
 endif
 
 all: $(TARGETS)