From d6e4c4e7c2b1e28961f1dfe2f25ef96ced60b21b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 17 Oct 2010 17:19:03 +0000 Subject: core bullet physics support, initial vstrafe support --- src/render/Makefile.am | 45 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6 deletions(-) (limited to 'src/render/Makefile.am') diff --git a/src/render/Makefile.am b/src/render/Makefile.am index 4636250..4389805 100644 --- a/src/render/Makefile.am +++ b/src/render/Makefile.am @@ -8,10 +8,43 @@ noinst_LTLIBRARIES = librender.la endif librender_la_LDFLAGS = -avoid-version -no-undefined @GL_LIBS@ + librender_la_LIBADD = $(top_builddir)/src/math/libmath.la -librender_la_SOURCES = camera.cc draw.cc dust.cc gl.cc image.cc jpgfile.cc \ - particles.cc pngfile.cc render.cc renderext.cc screenshot.cc sky.cc \ - state.cc text.cc textures.cc tgafile.cc -noinst_HEADERS = camera.h draw.h dust.h gl.h image.h jpgfile.h \ - particles.h pngfile.h render.h renderext.h screenshot.h sky.h \ - state.h text.h textures.h tgafile.h + +librender_la_SOURCES = \ + camera.cc \ + debugdrawer.cc \ + draw.cc \ + dust.cc \ + gl.cc \ + image.cc \ + jpgfile.cc \ + particles.cc \ + pngfile.cc \ + render.cc \ + renderext.cc \ + screenshot.cc \ + sky.cc \ + state.cc \ + text.cc \ + textures.cc \ + tgafile.cc + +noinst_HEADERS = \ + camera.h \ + debugdrawer.h \ + draw.h \ + dust.h \ + gl.h \ + image.h \ + jpgfile.h \ + particles.h \ + pngfile.h \ + render.h \ + renderext.h \ + screenshot.h \ + sky.h \ + state.h \ + text.h \ + textures.h \ + tgafile.h -- cgit v1.2.3