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:
parent
c34047f576
commit
e691b06188
3 changed files with 14 additions and 1 deletions
|
@ -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 \
|
||||||
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@
|
||||||
|
|
||||||
|
|
11
src/video/os2fslib/Makefile.am
Normal file
11
src/video/os2fslib/Makefile.am
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue