diff --git a/configure.in b/configure.in index 496d91849..b30ce486d 100644 --- a/configure.in +++ b/configure.in @@ -3123,6 +3123,7 @@ src/video/fbcon/Makefile src/video/gem/Makefile src/video/ggi/Makefile src/video/ipod/Makefile +src/video/os2fslib/Makefile src/video/maccommon/Makefile src/video/macdsp/Makefile src/video/macrom/Makefile diff --git a/src/video/Makefile.am b/src/video/Makefile.am index f8133f2d8..84949ebd1 100644 --- a/src/video/Makefile.am +++ b/src/video/Makefile.am @@ -9,7 +9,8 @@ DIST_SUBDIRS = dummy x11 dga nanox fbcon directfb vgl svga ggi aalib \ wincommon windib windx5 \ maccommon macdsp macrom riscos quartz \ bwindow ps2gs photon cybergfx epoc picogui \ - ataricommon xbios gem dc qtopia XFree86 wscons + ataricommon xbios gem dc qtopia XFree86 wscons \ + ipod os2fslib DRIVERS = @VIDEO_DRIVERS@ diff --git a/src/video/os2fslib/Makefile.am b/src/video/os2fslib/Makefile.am new file mode 100644 index 000000000..6a1dde77d --- /dev/null +++ b/src/video/os2fslib/Makefile.am @@ -0,0 +1,11 @@ + +## Makefile.am for SDL using the os2fslib video driver + +noinst_LTLIBRARIES = libvideo_os2fslib.la +libvideo_os2fslib_la_SOURCES = $(OS2FSLIB_SRCS) + +# The SDL os2fslib driver sources +OS2FSLIB_SRCS = \ + SDL_os2fslib.c \ + SDL_os2fslib.h \ + SDL_vkeys.h