summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-17 22:48:55 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-17 22:48:55 +0100
commit2465fc4e6b8476fff1e081536e6145e4ce811ee5 (patch)
tree054c8de4be021563d32feb33eb5fb02a58e03d43 /atari
parent89a3f250d257b1f4ae018e2057377243d98226e1 (diff)
downloadnetsurf-2465fc4e6b8476fff1e081536e6145e4ce811ee5.tar.gz
netsurf-2465fc4e6b8476fff1e081536e6145e4ce811ee5.tar.bz2
move the mandantory library config for libcss and libdom to core makefile
Diffstat (limited to 'atari')
-rw-r--r--atari/Makefile.target3
1 files changed, 1 insertions, 2 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index a09681b16..2b488e5c2 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -63,11 +63,10 @@ CFLAGS += -U__STRICT_ANSI__ -std=c99 -Dsmall -Dnsatari \
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
- $(shell $(PKG_CONFIG) --cflags libhubbub libcss openssl ) \
+ $(shell $(PKG_CONFIG) --cflags openssl ) \
$(shell $(PKG_CONFIG) --cflags libcurl )
LDFLAGS += -lcflib -lcurl
-LDFLAGS += -lcss -lparserutils -ldom -lwapcaplet -lhubbub
LDFLAGS += -lssl -lcrypto
LDFLAGS += -lz -lcares -lHermes -lgem -lm
LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib