Game save names changed to x.m3save or x.m2save, where x is the save number
[mercenary-reloaded.git] / src / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 SUBDIRS = \
4         libcpu \
5         libvideo \
6         libjoystick \
7         libkeyboard \
8         libdisk \
9         libsound
10
11 if HAVE_SDL2
12 if HAVE_GLEW
13 SUBDIRS += \
14            libsdl
15 endif
16 endif
17
18 SUBDIRS += \
19         mercenary
20