Build fix for Fedora 13+

Thanks to François Cami
This commit is contained in:
Moritz Lipp 2010-08-14 10:17:30 +02:00
parent 8bbc184fd0
commit ec9e572bb1

View File

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