From: Michael Gernoth Date: Sun, 13 Jan 2008 02:20:53 +0000 (+0100) Subject: add path to X11 libs X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/828237ccacd0db30f0fdeb41558daab74b8da9e5 add path to X11 libs --- 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