Remove useless binaries
[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
14 if HAVE_SDL2
15 SUBDIRS += \
16         libsdl
17 endif
18
19 if HAVE_OVR
20 SUBDIRS += \
21         libovr
22 endif
23
24 SUBDIRS += \
25         mercenary
26