From 11c897f3948c0b4864526e2671874fd662f85688 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 26 Jul 2011 20:35:12 +0000 Subject: renamed client::WorldView to client::MainWindow --- src/client/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/Makefile.am') diff --git a/src/client/Makefile.am b/src/client/Makefile.am index c6d0ada..1ac7d54 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -23,6 +23,7 @@ noinst_HEADERS = \ joystick.h \ key.h \ keyboard.h \ + mainwindow.h \ map.h \ notifications.h \ playerview.h \ @@ -31,8 +32,7 @@ noinst_HEADERS = \ targets.h \ testmodelview.h \ trademenu.h \ - video.h \ - worldview.h + video.h libclient_la_SOURCES = \ action.cc \ @@ -49,6 +49,7 @@ libclient_la_SOURCES = \ joystick.cc \ key.cc \ keyboard.cc \ + mainwindow.cc \ map.cc \ notifications.cc \ playerview.cc \ @@ -57,8 +58,7 @@ libclient_la_SOURCES = \ targets.cc \ testmodelview.cc \ trademenu.cc \ - video.cc \ - worldview.cc + video.cc libclient_la_CFLAGS = $(LIBSDL_CFLAGS) $(GL_CFLAGS) -- cgit v1.2.3