comparison src/video/nanox/Makefile.am @ 30:57bf11a5efd7

Added initial support for Nano-X (thanks Hsieh-Fu!)
author Sam Lantinga <slouken@lokigames.com>
date Fri, 11 May 2001 01:13:35 +0000
parents
children
comparison
equal deleted inserted replaced
29:a8360daed17d 30:57bf11a5efd7
1
2 ## Makefile.am for SDL using the nanox video driver
3
4 noinst_LTLIBRARIES = libvideo_nanox.la
5 libvideo_nanox_la_SOURCES = $(NANOX_SRCS)
6
7 # The SDL nanox video driver sources
8 NANOX_SRCS = \
9 SDL_nxmodes.c \
10 SDL_nxmodes_c.h \
11 SDL_nxmouse.c \
12 SDL_nxmouse_c.h \
13 SDL_nxvideo.c \
14 SDL_nxvideo.h \
15 SDL_nxwm.c \
16 SDL_nxwm_c.h \
17 SDL_nxevents.c \
18 SDL_nxevents_c.h \
19 SDL_nximage.c \
20 SDL_nximage_c.h