aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-04-07 10:07:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-04-07 10:07:27 +0000
commitd696ac1c2eee2918836a479843c51887d3cc2b53 (patch)
treed7698064d297e78138d0f64efd19de30df76b161 /Makefile
parent05c44cb726ae8a6dedd9ee8e94195224593d4efa (diff)
downloadmonitor-edid-d696ac1c2eee2918836a479843c51887d3cc2b53.tar
monitor-edid-d696ac1c2eee2918836a479843c51887d3cc2b53.tar.gz
monitor-edid-d696ac1c2eee2918836a479843c51887d3cc2b53.tar.bz2
monitor-edid-d696ac1c2eee2918836a479843c51887d3cc2b53.tar.xz
monitor-edid-d696ac1c2eee2918836a479843c51887d3cc2b53.zip
- remove internal lrmi.c, build with external liblrmi instead
(Remi Collet and Ville Skytta)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4131af..7e8c598 100644
--- a/Makefile
+++ b/Makefile
@@ -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)