summaryrefslogtreecommitdiff
path: root/i
diff options
context:
space:
mode:
authorburg2004-09-18 15:36:04 +0000
committerburg2004-09-18 15:36:04 +0000
commit301dd8fc6e94505ecf46b6519c83601e5ccdbe81 (patch)
tree57e4248139914c5b0cab49e60d7484a917dbf023 /i
parenta71794a21bc198974ff2bd144e0a372c28b7654a (diff)
Suppression de la librairie efence
Diffstat (limited to 'i')
-rw-r--r--i/serialplot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/serialplot/Makefile b/i/serialplot/Makefile
index 0599042..a31ac4b 100644
--- a/i/serialplot/Makefile
+++ b/i/serialplot/Makefile
@@ -1,5 +1,5 @@
CFLAGS = $(shell sdl-config --cflags) -g -Wall
-LDLIBS = $(shell sdl-config --libs) -lSDL_image -lefence
+LDLIBS = $(shell sdl-config --libs) -lSDL_image
OBJECTS = BFont.o serialplot_sdl.o serialplot_io.o serialplot_RdMch.o
all: serialplot