From ed77fd3fb607adabfc8be877a141a55aa131cb7f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 19 Jan 2006 08:36:41 +0000 Subject: [PATCH] Fixed up build script to catch some of the newer files in a "make dist" run. --- configure.in | 1 + src/video/Makefile.am | 3 ++- src/video/os2fslib/Makefile.am | 11 +++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/video/os2fslib/Makefile.am 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