Commit e691b061 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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
parent c34047f5
...@@ -3123,6 +3123,7 @@ src/video/fbcon/Makefile ...@@ -3123,6 +3123,7 @@ src/video/fbcon/Makefile
src/video/gem/Makefile src/video/gem/Makefile
src/video/ggi/Makefile src/video/ggi/Makefile
src/video/ipod/Makefile src/video/ipod/Makefile
src/video/os2fslib/Makefile
src/video/maccommon/Makefile src/video/maccommon/Makefile
src/video/macdsp/Makefile src/video/macdsp/Makefile
src/video/macrom/Makefile src/video/macrom/Makefile
......
...@@ -9,7 +9,8 @@ DIST_SUBDIRS = dummy x11 dga nanox fbcon directfb vgl svga ggi aalib \ ...@@ -9,7 +9,8 @@ DIST_SUBDIRS = dummy x11 dga nanox fbcon directfb vgl svga ggi aalib \
wincommon windib windx5 \ wincommon windib windx5 \
maccommon macdsp macrom riscos quartz \ maccommon macdsp macrom riscos quartz \
bwindow ps2gs photon cybergfx epoc picogui \ 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@ DRIVERS = @VIDEO_DRIVERS@
......
## 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment