about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-20 20:46:58 +0100
committerJames Booth <boothj5@gmail.com>2012-05-20 20:46:58 +0100
commit6bfdab935ea1b58a4924cdf60af7134ae55aa9bc (patch)
tree0de505a40dd32f811df7d57162772fae9c016c61 /Makefile
parent495a99be5542b16faf5ea7214462af6e14ad658b (diff)
downloadprofani-tty-6bfdab935ea1b58a4924cdf60af7134ae55aa9bc.tar.gz
Added glib to test libs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 786a57f4..009e464f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC = gcc
 WARNS = -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unused-but-set-variable \
 	-Wno-unused-result
 LIBS = -lxml2 -lexpat -lssl -lresolv -lncurses -L ~/lib -lstrophe `pkg-config --libs glib-2.0`
-TESTLIB = -L ~/lib -l headunit
+TESTLIB = -L ~/lib -l headunit `pkg-config --libs glib-2.0`
 CPPLIB = -lstdc++
 CFLAGS = -I ~/include -O3 $(WARNS) $(LIBS) `pkg-config --cflags glib-2.0`
 OBJS = log.o windows.o title_bar.o status_bar.o input_win.o jabber.o \