Add header files to Automake instructions
This commit is contained in:
parent
e10599f19a
commit
d96d7485e5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user