OVR: Change the way to walk and rotate with the controller
[mercenary-reloaded.git] / src / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 SUBDIRS = \
4         libcpu \
5         libframerate \
6         libvideo \
7         libjoystick \
8         libkeyboard \
9         libdisk \
10         libsound \
11         libtext \
12         libglew \
13         libopengl
14
15 if HAVE_SDL2
16 SUBDIRS += \
17         libsdl
18 endif
19
20 if HAVE_OVR
21 SUBDIRS += \
22         libovr
23 endif
24
25 SUBDIRS += \
26         mercenary
27