1) Make GL_CFLAGS/XCFLAGS/XLIBS actually be respected 2) Include Windows resources in the build

This commit is contained in:
Ben "root" Anderson
2013-10-29 19:58:58 -05:00
parent b6dfe09253
commit 165168c05d
3 changed files with 13 additions and 2 deletions
-1
View File
@@ -41,5 +41,4 @@ AC_DEFUN([SM_OPENGL],
AC_CHECK_DECL(GLEW_VERSION_2_1, , AC_MSG_ERROR("GLEW 1.3.5 or newer is required."), [#include <GL/glew.h>])
GL_LIBS="$GL_LIBS $GLU_LIBS $GLEW_LIBS"
AC_SUBST(GL_LIBS)
])