summaryrefslogtreecommitdiff
path: root/amiga
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 /amiga
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 'amiga')
-rw-r--r--amiga/Makefile.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index 9c7b8f57f..10e759b16 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -46,10 +46,10 @@ else
CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include
CFLAGS += $(shell $(PKG_CONFIG) --cflags libcurl openssl)
- CFLAGS += $(shell $(PKG_CONFIG) --cflags tre libdom libcss)
+ CFLAGS += $(shell $(PKG_CONFIG) --cflags tre)
LDFLAGS += $(shell $(PKG_CONFIG) --static --libs libcurl openssl)
- LDFLAGS += $(shell $(PKG_CONFIG) --libs tre libdom libcss)
+ LDFLAGS += $(shell $(PKG_CONFIG) --libs tre)
LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
ifeq ($(SUBTARGET),os3)