changeset 156:7064032cbe77

Is this right??
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Aug 2001 00:10:35 +0000
parents 2d162219f433
children de04f423389a
files src/video/quartz/Makefile.am
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/quartz/Makefile.am	Sun Aug 19 23:57:39 2001 +0000
+++ b/src/video/quartz/Makefile.am	Mon Aug 20 00:10:35 2001 +0000
@@ -6,9 +6,12 @@
 
 # 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