From f8e9eab39a5e96d478762d06e27ec38f80128435 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 23:54:57 +0000 Subject: namespace and class cleanups --- src/client/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/client/Makefile.am') diff --git a/src/client/Makefile.am b/src/client/Makefile.am index 40bafa1..37bafcf 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -3,8 +3,9 @@ METASOURCES = AUTO bin_PROGRAMS = osirion osirion_LDADD = $(top_builddir)/src/game/libgame.la \ $(top_builddir)/src/gl/libosiriongl.la -lSDL -osirion_SOURCES = camera.cc camera.h input.cc input.h main.cc video.cc video.h \ - view.cc view.h shipdrawer.cc shipdrawer.h stardrawer.cc stardrawer.h +osirion_SOURCES = camera.cc camera.h client.cc client.h input.cc input.h \ + main.cc shipdrawer.cc shipdrawer.h stardrawer.cc stardrawer.h video.cc video.h \ + view.cc view.h -- cgit v1.2.3