diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 431319a..a2ffb8d 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ SRCS= xxxterm.c marco.c CFLAGS+= -O2 DEBUG= -ggdb3 LDADD= -lutil -LIBS+= gtk+-3.0 -LIBS+= webkitgtk-3.0 +LIBS+= gtk+-2.0 +LIBS+= webkit-1.0 LIBS+= libsoup-2.4 LIBS+= gnutls LIBS+= gthread-2.0 |