From 2465fc4e6b8476fff1e081536e6145e4ce811ee5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 17 Apr 2015 22:48:55 +0100 Subject: move the mandantory library config for libcss and libdom to core makefile --- amiga/Makefile.target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga') 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) -- cgit v1.2.3