mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-11 22:54:56 +01:00
Build fix for Fedora 13+
Thanks to François Cami
This commit is contained in:
parent
2a0ed76de9
commit
1204cfe197
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue