diff options
author | Marco Peereboom <marco@conformal.com> | 2010-02-21 14:38:00 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2010-02-21 14:38:00 +0000 |
commit | 2317717534b6891cf5ebcef08d3b488a12191eb3 (patch) | |
tree | 9a41e9f10838aa87e9335bed311a9ea54169dac2 /Makefile | |
parent | a6f3832e2548e444bb0e87045dce86814dde7f00 (diff) | |
download | xombrero-2317717534b6891cf5ebcef08d3b488a12191eb3.tar.gz |
Add download dir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 35fe137..226a7b1 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ NOMAN= SRCS= xxxterm.c COPT+= -O2 DEBUG+= -ggdb3 -LIBS= gtk+-2.0 +LDADD= -l util +LIBS+= gtk+-2.0 LIBS+= webkit-1.0 LIBS+= libsoup-2.4 GTK!=pkg-config --cflags --libs $(LIBS) |