mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
no need to add -I. and -I/usr/include
This commit is contained in:
parent
8cee01a4d9
commit
a66f2dd53a
@ -14,7 +14,7 @@ GTK_LIB ?= $(shell pkg-config --libs gtk+-2.0 gthread-2.0)
|
||||
GIRARA_INC ?= $(shell pkg-config --cflags girara-gtk2)
|
||||
GIRARA_LIB ?= $(shell pkg-config --libs girara-gtk2)
|
||||
|
||||
INCS = -I. -I/usr/include ${GIRARA_INC} ${GTK_INC}
|
||||
INCS = ${GIRARA_INC} ${GTK_INC}
|
||||
LIBS = -lc ${GIRARA_LIB} ${GTK_LIB} -lpthread -lm -ldl
|
||||
|
||||
# flags
|
||||
|
Loading…
Reference in New Issue
Block a user