OVR: Change the way to walk and rotate with the controller
[mercenary-reloaded.git] / src / libovr / Makefile.am
1 #note that -DGLEW_NO_GLU -DGLEW_BUILD is required, or the framebuffer stuff will not link
2 AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) -I../libglew/ -DGLEW_NO_GLU -DGLEW_BUILD
3
4 noinst_LIBRARIES = libovr.a
5
6 libovr_a_SOURCES = \
7         helper.cpp \
8         ovr.c \
9         keyboard.c
10