Merge branch 'girara' of pwmt.org:zathura into girara

This commit is contained in:
Moritz Lipp 2011-03-12 11:32:34 +01:00
commit 5601b9bc48

View File

@ -21,7 +21,7 @@ CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length $(INCS)
DFLAGS = -g
# ld
LDFLAGS = -rdynamic
LDFLAGS += -rdynamic
# compiler
CC ?= gcc