view src/video/quartz/Makefile.am @ 120:ef15e2ff28a4

Re-adding SDLMain.nib.tar.gz, so people don't have to use stationary.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Jul 2001 23:45:42 +0000
parents 45b1c4303f87
children 7064032cbe77
line wrap: on
line source


## Makefile.am for SDL using the MacOS X Quartz video driver

noinst_LTLIBRARIES = libvideo_quartz.la
libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS)

# The SDL MacOS X Quartz video driver sources
QUARTZ_SRCS = 			\
	SDL_QuartzEvents.m	\
	SDL_QuartzKeys.h	\
	SDL_QuartzVideo.h	\
	SDL_QuartzVideo.m	\
	SDL_QuartzWM.m		\
	SDL_QuartzWindow.m