view src/video/quartz/Makefile.am @ 159:9841293e9e86

Time to recognize everyone again. :)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Aug 2001 07:27:51 +0000
parents 7064032cbe77
children e92aa316c517
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_QuartzKeys.h	\
	SDL_QuartzVideo.h	\
	SDL_QuartzVideo.m

# These files are included by SDL_QuartzVideo.m (is that right??)
EXTRA_DIST = 			\
	SDL_QuartzEvents.m	\
	SDL_QuartzWM.m		\
	SDL_QuartzWindow.m