Skip to content

Commit

Permalink
Add missing asm source files
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Mar 6, 2006
1 parent c98f2b0 commit 97db262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.in
Expand Up @@ -543,6 +543,7 @@ AC_HELP_STRING([--enable-mintaudio], [support Atari audio driver [default=yes]])
mintaudio=yes
AC_DEFINE(SDL_AUDIO_DRIVER_MINT)
SOURCES="$SOURCES $srcdir/src/audio/mint/*.c"
SOURCES="$SOURCES $srcdir/src/audio/mint/*.S"
have_audio=yes
fi
fi
Expand Down Expand Up @@ -1217,6 +1218,7 @@ dnl Set up the Atari Bios keyboard driver
CheckAtariBiosEvent()
{
SOURCES="$SOURCES $srcdir/src/video/ataricommon/*.c"
SOURCES="$SOURCES $srcdir/src/video/ataricommon/*.S"
}

dnl Set up the Atari Xbios driver
Expand Down Expand Up @@ -2279,6 +2281,7 @@ case "$target" in
else
AC_DEFINE(SDL_TIMER_MINT)
SOURCES="$SOURCES $srcdir/src/timer/mint/*.c"
SOURCES="$SOURCES $srcdir/src/timer/mint/*.S"
fi
have_timers=yes
fi
Expand Down

0 comments on commit 97db262

Please sign in to comment.