Mercurial > sdl-ios-xcode
comparison src/video/vgl/Makefile.am @ 75:b0ae59d0f3ee
Added patches from FreeBSD ports
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Tue, 19 Jun 2001 13:33:54 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
74:6e28dae59e3b | 75:b0ae59d0f3ee |
---|---|
1 | |
2 ## Makefile.am for SDL using the libVGL video driver | |
3 | |
4 noinst_LTLIBRARIES = libvideo_vgl.la | |
5 libvideo_vgl_la_SOURCES = $(VGL_SRCS) | |
6 | |
7 # The SDL libVGL video driver sources | |
8 VGL_SRCS = \ | |
9 SDL_vglvideo.h \ | |
10 SDL_vglevents.c \ | |
11 SDL_vglevents_c.h \ | |
12 SDL_vglmouse.c \ | |
13 SDL_vglmouse_c.h \ | |
14 SDL_vglvideo.c | |
15 |