0cc6d81cc3b944cb7f436aed4fa4bcee02b92e98
[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
13 if HAVE_SDL2
14 if HAVE_GLEW
15 SUBDIRS += \
16            libsdl
17 endif
18 endif
19
20 SUBDIRS += \
21         mercenary
22