Update to new name of girara.

This commit is contained in:
Sebastian Ramacher 2011-06-25 00:53:08 +02:00
parent 2a90a68ce8
commit aec6843b54

View File

@ -12,7 +12,7 @@ GTK_INC = $(shell pkg-config --cflags gtk+-2.0)
GTK_LIB = $(shell pkg-config --libs gtk+-2.0 gthread-2.0)
INCS = -I. -I/usr/include ${GTK_INC}
LIBS = -lc ${GTK_LIB} -lpthread -lm -lgirara -ldl
LIBS = -lc ${GTK_LIB} -lpthread -lm -lgirara-gtk2 -ldl
# flags
CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length $(INCS)