From 76d821f75904dba44eff1f324e298f820cc6fe18 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 17 Oct 2012 21:22:01 -0700 Subject: Link against -lEGL --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 322901c..5fe0d86 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,4 +24,4 @@ bin_PROGRAMS = rotating_cubes rotating_cubes_SOURCES = main.cpp shader.cpp AM_CXXFLAGS= $(GLU3_CFLAGS) -rotating_cubes_LDADD = $(FRAMEWORK_LIBS) $(GLU3_LIBS) +rotating_cubes_LDADD = $(FRAMEWORK_LIBS) $(GLU3_LIBS) -lEGL -- cgit v1.2.3