about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
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)