about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2010-02-21 14:38:00 +0000
committerMarco Peereboom <marco@conformal.com>2010-02-21 14:38:00 +0000
commit2317717534b6891cf5ebcef08d3b488a12191eb3 (patch)
tree9a41e9f10838aa87e9335bed311a9ea54169dac2 /Makefile
parenta6f3832e2548e444bb0e87045dce86814dde7f00 (diff)
downloadxombrero-2317717534b6891cf5ebcef08d3b488a12191eb3.tar.gz
Add download dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
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)