Skip to content

Commit

Permalink
Prefer libpng 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Oct 1, 2014
1 parent ba1b546 commit 3e5da1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
CFLAGSOPT ?= -DNDEBUG -O3 -fstrict-aliasing -ffast-math -funroll-loops -fomit-frame-pointer -ffinite-math-only

CFLAGS ?= -Wall -Wno-unknown-pragmas -I. -I/usr/local/include/ -I/usr/include/ -I/usr/X11/include/ $(CFLAGSOPT)
CFLAGS ?= -Wall -Wno-unknown-pragmas -I. -I/usr/local/include/libpng16/ -I/usr/local/include/ -I/usr/include/ -I/usr/X11/include/ $(CFLAGSOPT)
CFLAGS += -std=c99 $(CFLAGSADD)

LDFLAGS ?= -L/usr/local/lib/ -L/usr/lib/ -L/usr/X11/lib/
Expand Down

0 comments on commit 3e5da1f

Please sign in to comment.