From 409d3ce47d8a4d48947c7b19fc2460fd801b742c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 29 Nov 2010 13:37:16 +0000 Subject: Added 'testmodel' function, enabled autoscaling on ui::ModelView --- src/client/Makefile.am | 60 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 51 insertions(+), 9 deletions(-) (limited to 'src/client/Makefile.am') diff --git a/src/client/Makefile.am b/src/client/Makefile.am index d9ca552..c6d0ada 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -8,15 +8,57 @@ noinst_LTLIBRARIES = libclient.la endif -noinst_HEADERS = action.h chat.h client.h clientext.h hud.h entitymenu.h \ - input.h inventorylistview.h inventory.h joystick.h key.h keyboard.h map.h notifications.h soundext.h \ - targets.h video.h infowidget.h playerview.h worldview.h trademenu.h buymenu.h \ - targeticonbutton.h - -libclient_la_SOURCES = action.cc buymenu.cc chat.cc client.cc clientext.cc \ - entitymenu.cc hud.cc infowidget.cc input.cc inventorylistview.cc inventory.cc joystick.cc key.cc \ - keyboard.cc map.cc notifications.cc playerview.cc soundext.cc targeticonbutton.cc \ - targets.cc trademenu.cc video.cc worldview.cc +noinst_HEADERS = \ + action.h \ + buymenu.h \ + chat.h \ + client.h \ + clientext.h \ + entitymenu.h \ + hud.h \ + infowidget.h \ + input.h \ + inventory.h \ + inventorylistview.h \ + joystick.h \ + key.h \ + keyboard.h \ + map.h \ + notifications.h \ + playerview.h \ + soundext.h \ + targeticonbutton.h \ + targets.h \ + testmodelview.h \ + trademenu.h \ + video.h \ + worldview.h + +libclient_la_SOURCES = \ + action.cc \ + buymenu.cc \ + chat.cc \ + client.cc \ + clientext.cc \ + entitymenu.cc \ + hud.cc \ + infowidget.cc \ + input.cc \ + inventorylistview.cc \ + inventory.cc \ + joystick.cc \ + key.cc \ + keyboard.cc \ + map.cc \ + notifications.cc \ + playerview.cc \ + soundext.cc \ + targeticonbutton.cc \ + targets.cc \ + testmodelview.cc \ + trademenu.cc \ + video.cc \ + worldview.cc libclient_la_CFLAGS = $(LIBSDL_CFLAGS) $(GL_CFLAGS) -- cgit v1.2.3