X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=mercenary-reloaded.git;a=blobdiff_plain;f=src%2FMakefile.am;h=9709e1b78bb16ee71d4af76e1f768ce14cc7ae2d;hp=2570804c0efab633d5a3c3e900c622a95c252534;hb=59abe0e01a3db005db7ff8907b7b26cd4054a722;hpb=6324ef1bbccd1ff00111eda853f8986a9d956105 diff --git a/src/Makefile.am b/src/Makefile.am index 2570804..9709e1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,11 +9,17 @@ SUBDIRS = \ libdisk \ libsound \ libtext \ - libglew + libglew \ + libopengl if HAVE_SDL2 SUBDIRS += \ - libsdl + libsdl +endif + +if HAVE_OVR +SUBDIRS += \ + libovr endif SUBDIRS += \