From 828237ccacd0db30f0fdeb41558daab74b8da9e5 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sun, 13 Jan 2008 03:20:53 +0100 Subject: [PATCH] add path to X11 libs --- src/sim/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sim/makefile b/src/sim/makefile index 3497eb2..e74f94e 100644 --- a/src/sim/makefile +++ b/src/sim/makefile @@ -16,6 +16,7 @@ DEFINES = -DIS_LINUX -DIS_INTEL CFLAGS = $(OPTFLAGS) $(DEFINES) #LDFLAGS = -Bstatic +LDFLAGS=-L/usr/X11/lib INSTALL = install -s -- 2.39.2