diff --git a/src/Makefile.am b/src/Makefile.am index 4b20cfa..8c71a01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,10 @@ bin_PROGRAMS = pong pong_SOURCES = \ main.c \ pong.c \ + pong.h \ ball.c \ - racket.c + ball.h \ + racket.c \ + racket.h pong_CFLAGS = $(SDL_CFLAGS) pong_LDFLAGS = $(SDL_LIBS)