summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-10-17 21:22:01 -0700
committerMatt Turner <mattst88@gmail.com>2012-10-17 21:22:01 -0700
commit76d821f75904dba44eff1f324e298f820cc6fe18 (patch)
tree499a89a1a59e5c6e5a6fa5b779ced58b452f99bf
parent85a1c16114e367e0449579a60c8f66e42e64be15 (diff)
Link against -lEGL
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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