comparison src/video/picogui/Makefile.am @ 433:706de3956894

Added initial support for PicoGUI (thanks Micah!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 01 Aug 2002 23:24:13 +0000
parents
children
comparison
equal deleted inserted replaced
432:80a35d43a58f 433:706de3956894
1
2 ## Makefile.am for SDL using the PicoGUI video driver
3
4 noinst_LTLIBRARIES = libvideo_picogui.la
5 libvideo_picogui_la_SOURCES = $(PICOGUI_SRCS)
6
7 # The SDL PicoGUI video driver sources
8 PICOGUI_SRCS = \
9 SDL_pgevents.c \
10 SDL_pgevents_c.h \
11 SDL_pgvideo.c \
12 SDL_pgvideo.h
13