Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2011-09-16 11:54:13 +00:00
parent 6af5fefcfe
commit 33ee03dc2a

View File

@ -2,7 +2,7 @@ TARGETS = pdfviewer
PREFIX = /usr/local
DESTDIR =
BINDIR = $(PREFIX)/bin
CC = cc
CC ?= cc
CPPFLAGSF= -I $(PREFIX)/include
CPPFLAGS?=
CFLAGSF = -W `pkg-config --cflags libDesktop poppler-glib`