Skip to content

Commit

Permalink
Is this right??
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 20, 2001
1 parent 61f75b5 commit 2d7c252
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/video/quartz/Makefile.am
Expand Up @@ -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

0 comments on commit 2d7c252

Please sign in to comment.