# HG changeset patch # User Sam Lantinga # Date 998266235 0 # Node ID 7064032cbe77361b2a0cb11d3d65a7817aa6c7e2 # Parent 2d162219f433678e69281918cc145a4f0a72d334 Is this right?? diff -r 2d162219f433 -r 7064032cbe77 src/video/quartz/Makefile.am --- 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