summaryrefslogtreecommitdiff
path: root/cocoa
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 /cocoa
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 'cocoa')
-rw-r--r--cocoa/Makefile.target5
1 files changed, 1 insertions, 4 deletions
diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target
index 815243c61..144219988 100644
--- a/cocoa/Makefile.target
+++ b/cocoa/Makefile.target
@@ -5,15 +5,12 @@
POSTEXES += NetSurf.app
LDFLAGS += -L/usr/lib
-LDFLAGS += $(shell $(PKG_CONFIG) --libs libhubbub libcss libdom)
LDFLAGS += -L/usr/X11/lib
LDFLAGS += -lm -lcurl
LDFLAGS += -lssl -lcrypto
CFLAGS += -Dnscocoa -D_BSD_SOURCE -D_POSIX_C_SOURCE -std=c99 -g -Os
-CFLAGS += $(shell $(PKG_CONFIG) --cflags libhubbub libcss libdom)
-
# shut up zconf.h and zlib.h
#CFLAGS += -D_LARGEFILE64_SOURCE=1
@@ -36,7 +33,7 @@ CFLAGS += -include cocoa/Prefix.pch
# VERSION_FULL := $(shell sed -n '/\"/{s/.*"\(.*\)\".*/\1/;p;}' desktop/version.c)
# TODO: this needs fixing properly everywhere
-VERSION_FULL := "3.0 (Dev)"
+VERSION_FULL := "3.4 (Dev)"
VERSION_MAJ := $(shell sed -n '/_major/{s/.* = \([0-9]*\).*/\1/;p;}' desktop/version.c)
VERSION_MIN := $(shell sed -n '/_minor/{s/.* = \([0-9]*\).*/\1/;p;}' desktop/version.c)