From f71901eeab126bb4b7e2552dd2edf0b34632c683 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 26 May 2008 16:34:39 +0000 Subject: radar, aux text functions, restore original frustum, documentation update --- src/client/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/Makefile.am') diff --git a/src/client/Makefile.am b/src/client/Makefile.am index 8022dfa..7e0c9e9 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -2,11 +2,11 @@ METASOURCES = AUTO INCLUDES = -I$(top_srcdir)/src libclient_la_SOURCES = camera.cc chat.cc client.cc console.cc hud.cc input.cc \ - keyboard.cc video.cc view.cc + keyboard.cc radar.cc video.cc view.cc libclient_la_CFLAGS = $(LIBSDL_CFLAGS) $(GL_CFLAGS) libclient_la_LDFLAGS = -avoid-version -no-undefined $(GL_LIBS) $(LIBSDL_LIBS) noinst_LTLIBRARIES = libclient.la -noinst_HEADERS = camera.h chat.h client.h console.h input.h keyboard.h video.h \ - view.h +noinst_HEADERS = camera.h chat.h client.h console.h input.h keyboard.h radar.h \ + video.h view.h libclient_la_LIBADD = $(top_builddir)/src/render/librender.la \ $(top_builddir)/src/core/libcore.la -- cgit v1.2.3