diff options
author | Matt Turner <mattst88@gmail.com> | 2012-10-17 21:22:01 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-10-17 21:22:01 -0700 |
commit | 76d821f75904dba44eff1f324e298f820cc6fe18 (patch) | |
tree | 499a89a1a59e5c6e5a6fa5b779ced58b452f99bf | |
parent | 85a1c16114e367e0449579a60c8f66e42e64be15 (diff) |
Link against -lEGL
-rw-r--r-- | src/Makefile.am | 2 |
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 |