6 lines
374 B
Text
6 lines
374 B
Text
![]() |
lib_LTLIBRARIES = libzoom.la
|
||
|
libzoom_la_SOURCES = collision.c init.c level.c math.c player.c render.c texture.c
|
||
|
libzoom_la_CFLAGS = @GL_CFLAGS@ @GLU_CFLAGS@
|
||
|
libzoom_la_LIBADD = @GL_LIBS@ @GLU_LIBS@
|
||
|
nobase_include_HEADERS = zoom/types.h zoom/collision.h zoom/init.h zoom/level.h zoom/math.h zoom/player.h zoom/render.h zoom/texture.h
|