diff --git a/src/video/quartz/Makefile.am b/src/video/quartz/Makefile.am index b846af896..9c109b639 100644 --- a/src/video/quartz/Makefile.am +++ b/src/video/quartz/Makefile.am @@ -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