summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atari/Makefile.target6
1 files changed, 3 insertions, 3 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 73ae1c5bc..f384bcee3 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -22,9 +22,9 @@ CFLAGS += -U__STRICT_ANSI__ -std=c99 -I. -Dsmall $(WARNFLAGS) -Dnsatari \
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
- $(shell $(PKG_CONFIG) --cflags libhubbub libcss openssl) \
- $(shell xml2-config --cflags) \
- $(shell curl-config --cflags)
+ $(shell $(PKG_CONFIG) --cflags libhubbub libcss openssl ) \
+ $(shell $(PKG_CONFIG) --cflags libxml-2.0 ) \
+ $(shell $(PKG_CONFIG) --cflags libcurl )
LDFLAGS += -lcurl
LDFLAGS += -lhubbub -lcss -lparserutils -lwapcaplet