]> git.sesse.net Git - movit/commitdiff
Unbreak demo build (it was broken due to a typo).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 22 Jan 2014 20:04:44 +0000 (21:04 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 22 Jan 2014 20:04:44 +0000 (21:04 +0100)
Makefile.in

index 7f1bfb42844af1805a90f3141dcad0df3d32d757..fbacc46dcd15ee8b5342550f568eae8ccd032f0a 100644 (file)
@@ -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