Add code to measure frame rate; required when we want to interpolate motion
[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
12 if HAVE_SDL2
13 if HAVE_GLEW
14 SUBDIRS += \
15            libsdl
16 endif
17 endif
18
19 SUBDIRS += \
20         mercenary
21