INCLUDES = -I$(top_srcdir)/src METASOURCES = AUTO noinst_LTLIBRARIES = librender.la librender_la_LDFLAGS = -avoid-version -no-undefined @GL_LIBS@ librender_la_LIBADD = $(top_builddir)/src/math/libmath.la librender_la_SOURCES = box.cc gl.cc render.cc sphere.cc text.cc tga.cc noinst_HEADERS = box.h gl.h render.h sphere.h text.h tga.h