diff options
author | Thordur Bjornsson <thib@secnorth.net> | 2012-03-16 14:52:26 +0100 |
---|---|---|
committer | Thordur Bjornsson <thib@secnorth.net> | 2012-03-18 18:05:30 +0100 |
commit | 792d657fb71bb9db35eca037316e5c7cc10ea5bd (patch) | |
tree | 90c11d0a6b88d35397a3a23bb75d10a6dffd1add /linux | |
parent | c7466de11514347e6dc51f311eb77f379c562f76 (diff) | |
download | xombrero-792d657fb71bb9db35eca037316e5c7cc10ea5bd.tar.gz |
pkg-config updates for the linux/Makefile.
Add glib-2.0 to LIBS. Add javascriptcoregtk to LIBS (pointed out by marco). Move libbsd to LIBS.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile index b17c5e1..db13553 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,7 +1,7 @@ -LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls gthread-2.0 +LIBS= glib-2.0 gtk+-2.0 webkit-1.0 javascriptcoregtk-1.0 libsoup-2.4 gthread-2.0 gnutls libbsd CFLAGS+= -O2 -Wall -ggdb3 -D_GNU_SOURCE -I. -I.. $(shell pkg-config --cflags $(LIBS)) -LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd -ldl -lgcrypt +LDADD+= $(shell pkg-config --libs $(LIBS)) -ldl -lgcrypt PREFIX?= /usr/local BINDIR?= $(PREFIX)/bin |