summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 23da8c4b4d1b256db484e507f7224d8255ae0e51 (plain)
1
2
3
4
5
lib_LTLIBRARIES	           = libzoom.la
libzoom_la_SOURCES         = init.c level.c player.c render.c texture.c light.c
libzoom_la_CFLAGS          = @GL_CFLAGS@ @GLU_CFLAGS@
libzoom_la_LIBADD          = @GL_LIBS@ @GLU_LIBS@
nobase_include_HEADERS     = zoom/types.h zoom/init.h zoom/level.h zoom/player.h zoom/render.h zoom/texture.h zoom/light.h