blob: d3ccec848d1a6cc5cd282b3376fcf09a5bc2a9be (
plain)
1
2
3
4
5
6
|
bin_PROGRAMS = thrust3d
thrust3d_SOURCES = main.c model.c render.c physics.c game.c texture.c utils.c audio.c
thrust3d_LDADD = @LIBS@
AM_CFLAGS = -Wall -g
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"/thrust3d\"
|