summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-01-25 20:13:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-01-25 20:13:51 +0000
commit986b650983f4c8ad3919153d13b9782f738d00fb (patch)
treee7c08194c01f736577b6693e4e736b33dd217e5f /makefile
parentf7bed875d4e82fdafa469e70794a3d9ade795651 (diff)
downloadnetsurf-986b650983f4c8ad3919153d13b9782f738d00fb.tar.gz
netsurf-986b650983f4c8ad3919153d13b9782f738d00fb.tar.bz2
[project @ 2004-01-25 20:13:51 by jmb]
Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1ef3611d8..ae5332f8a 100644
--- a/makefile
+++ b/makefile
@@ -39,7 +39,7 @@ CFLAGS = -std=c9x -D_BSD_SOURCE -Driscos -DBOOL_DEFINED -O $(WARNFLAGS) -I.. \
-mpoke-function-name
CFLAGS_DEBUG = -std=c9x -D_BSD_SOURCE $(WARNFLAGS) -I.. -I/usr/include/libxml2 -g
LDFLAGS = -L/riscos/lib -lxml2 -lz -lcurl -lssl -lcrypto -lares -lanim -lpng \
- -lifc -loslib -luri
+ -lifc -loslib -luri -ljpeg
LDFLAGS_DEBUG = -L/usr/lib -lxml2 -lz -lm -lcurl -lssl -lcrypto -ldl -luri
OBJDIR = $(shell $(CC) -dumpmachine)