Don't link against unused library libpng

This commit is contained in:
Sven Eckelmann 2010-03-04 23:10:40 +01:00
parent 2462e0be90
commit 67dcfb8177

View file

@ -81,7 +81,7 @@ endif
# base CFLAGS, LIBS, and LDFLAGS
CFLAGS += -Wall -ffast-math -funroll-loops -fexpensive-optimizations -fno-strict-aliasing -I../../src
LDFLAGS += -ldl -lpng -lGLEW
LDFLAGS += -ldl -lGLEW
# Since we are building a shared library, we must compile with -fPIC for x86_64 CPUs.
# On 32-bit systems we do not want to use -fPIC because we don't have to and it has a big performance penalty on this arch