From 28d5537a90f50d92e9fcbab286a4342f4e0def16 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 22 Jan 2014 21:04:44 +0100 Subject: [PATCH] Unbreak demo build (it was broken due to a typo). --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7f1bfb4..fbacc46 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ CC=@CC@ CXX=@CXX@ CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @Eigen3_CFLAGS@ @GLEW_CFLAGS@ LDFLAGS=@GLEW_LIBS@ @SDL_LIBS@ -lpthread -DEMO_LDFLAGS=@SDL_image_LIBS@ -lrt -lpthread @libpng_LIBS@ +DEMO_LDLIBS=@SDL_image_LIBS@ -lrt -lpthread @libpng_LIBS@ LIBTOOL=@LIBTOOL@ RANLIB=ranlib INSTALL=install -- 2.39.2