diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 3b400c11..6cd51004 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -142,11 +142,11 @@ NAS_DIR= POLYP_DIR= # endif -# if USE_SDL -# SDL_DIR=sdl -# else +if USE_SDL +SDL_DIR=sdl +else SDL_DIR= -# endif +endif # if USE_SHOUT # SHOUT_DIR=shout @@ -229,4 +229,5 @@ SUBDIRS=\ DIST_SUBDIRS= \ faac \ faad \ - gsm + gsm \ + sdl |