summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 1fb39111e78e93e9743dd2a4b81ae02f5015684c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4

LDADD = $(PNG_LIBS) $(GL_LIBS)
AM_CFLAGS = $(PNG_CFLAGS) $(GL_CFLAGS) $(WARN_CFLAGS)

bin_PROGRAMS = glass

glass_SOURCES = \
	glass.c \
	glass.h \
	ground.c \
	load_texture.c \
	matrix.c \
	rings.c \
	shadow_map.c