From 05cdf562ebab87bc66f755162f29a5486945bb49 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Sun, 27 Oct 2013 15:39:19 -0500 Subject: [PATCH] Actually use system libpng instead of detecting and then effectively ignoring it. --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7c988d9034..f68e8a1603 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -699,8 +699,7 @@ main_CPPFLAGS = \ -I$(top_srcdir)/extern/jsoncpp/include #-I$(top_srcdir)/extern/glew-1.5.8/include -main_SOURCES = $(PNG) \ - $(Screens) \ +main_SOURCES = $(Screens) \ $(DataStructures) \ $(FileTypes) \ $(StepMania) \