diff options
author | Elias Norberg <xyzzy@kudzu.se> | 2012-01-30 12:29:20 +0100 |
---|---|---|
committer | Elias Norberg <xyzzy@kudzu.se> | 2012-01-30 12:29:20 +0100 |
commit | d0d266870e92acc13541b8bce55a60766560cbbb (patch) | |
tree | 8a00474153bc4b4816ddfc76311874b5e8bc2032 | |
parent | 9f59d79fc0b4c0ea90f924c889423525ba46ee1b (diff) | |
download | xombrero-d0d266870e92acc13541b8bce55a60766560cbbb.tar.gz |
Fix compilation-problems on linux (FS#235)
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 2214bb9..542246c 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,6 +1,6 @@ LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls gthread-2.0 -CFLAGS+= -O2 -Wall -ggdb3 -D_GNU_SOURCE -I. $(shell pkg-config --cflags $(LIBS)) +CFLAGS+= -O2 -Wall -ggdb3 -D_GNU_SOURCE -I. -I.. $(shell pkg-config --cflags $(LIBS)) LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd -ldl -lgcrypt PREFIX?= /usr/local |