From 045084c435e76384ad8bbe409c1ba7e54895b469 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 21 Jan 2013 01:42:28 +0100 Subject: [PATCH 1/1] Link against -lpng, since we can now write screenshots in PNG format. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bfaf9f..c905c59 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif CC=gcc CXX=g++ CXXFLAGS=-Wall -g -I$(GTEST_DIR)/include $(EIGEN_CXXFLAGS) $(GLEW_CXXFLAGS) -LDFLAGS=-lSDL -lSDL_image -lGL -lrt -lpthread $(GLEW_LIBS) +LDFLAGS=-lSDL -lSDL_image -lGL -lrt -lpthread -lpng $(GLEW_LIBS) RANLIB=ranlib ifeq ($(COVERAGE),1) -- 2.39.2