aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: a3b6e6b63937b35d92a76484b79e629b80d6864b (plain)
1
2
3
4
5
6
7
8
9
10
bin_PROGRAMS = thrust3d

thrust3d_SOURCES = main.c model.c render.c physics.c game.c texture.c utils.c audio.c render-text.c

#glcheck_SOURCES = glcheck.c
#glcheck_LDADD = -lglut

AM_CFLAGS = -Wall
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"/thrust3d\"