5 lines
326 B
Makefile
5 lines
326 B
Makefile
lib_LTLIBRARIES = libzoom.la
|
|
libzoom_la_SOURCES = init.c level.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/init.h zoom/level.h zoom/player.h zoom/render.h zoom/texture.h
|