Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2015-07-12 21:56:51 +02:00
parent 771bbf9fe5
commit 537b3ebb04

View File

@ -8,9 +8,9 @@ CC = cc
CPPFLAGSF= -I $(PREFIX)/include
CPPFLAGS=
CFLAGSF = -W `pkg-config --cflags libDesktop poppler-glib`
CFLAGS = -Wall -g -O2 -pedantic
CFLAGS = -Wall -g -O2 -pedantic -fPIC -fstack-protector
LDFLAGSF= `pkg-config --libs libDesktop poppler-glib` -lm
LDFLAGS =
LDFLAGS = -Wl,-pie
RM = rm -f
LN = ln -f
MKDIR = mkdir -m 0755 -p