comparison src/video/svga/Makefile.am @ 0:74212992fb08

Initial revision
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:45:43 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:74212992fb08
1
2 ## Makefile.am for SDL using the SVGAlib video driver
3
4 noinst_LTLIBRARIES = libvideo_svga.la
5 libvideo_svga_la_SOURCES = $(SVGA_SRCS)
6
7 # The SDL SVGAlib video driver sources
8 SVGA_SRCS = \
9 SDL_svgavideo.h \
10 SDL_svgaevents.c \
11 SDL_svgaevents_c.h \
12 SDL_svgamouse.c \
13 SDL_svgamouse_c.h \
14 SDL_svgavideo.c
15