diff options
author | Marco Peereboom <marco@conformal.com> | 2011-10-14 09:00:01 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-10-14 09:00:01 -0500 |
commit | 12ceccf5bb0483d366dc29b28b4712cb4ccbf98e (patch) | |
tree | b1ef5b691c61ce8d3e5b9ffd2398eb9730c442ab | |
parent | 5b6bf3e8c1629c34cb490a111bd0b9be850a1cf3 (diff) | |
download | xombrero-12ceccf5bb0483d366dc29b28b4712cb4ccbf98e.tar.gz |
Bring Linux makefile up to current reality.
-rw-r--r-- | linux/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/linux/Makefile b/linux/Makefile index 7fdc88a..64788f2 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,8 +1,6 @@ -# $xxxterm$ +LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls gthread-2.0 -LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls - -CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I. $(shell pkg-config --cflags $(LIBS)) +CFLAGS+= -O2 -Wall -ggdb3 -D_GNU_SOURCE -I. $(shell pkg-config --cflags $(LIBS)) LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd -ldl PREFIX?= /usr/local |