Is this right??

This commit is contained in:
Sam Lantinga 2001-08-20 00:10:35 +00:00
parent 9603c167e6
commit 4fe505f6bc

View File

@ -6,9 +6,12 @@ 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_QuartzVideo.m
# These files are included by SDL_QuartzVideo.m (is that right??)
EXTRA_DIST = \
SDL_QuartzEvents.m \
SDL_QuartzWM.m \
SDL_QuartzWindow.m