Fixed up build script to catch some of the newer files in a "make dist" run.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401253
This commit is contained in:
Ryan C. Gordon 2006-01-19 08:36:41 +00:00
parent c34047f576
commit e691b06188
3 changed files with 14 additions and 1 deletions

View file

@ -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

View file

@ -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@

View file

@ -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