From 6bfdab935ea1b58a4924cdf60af7134ae55aa9bc Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 20 May 2012 20:46:58 +0100 Subject: [PATCH] Added glib to test libs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \