From 28ba97bdd8fb6ca352dc49dba01a66bd155ad523 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 15 Nov 2008 19:24:55 +0000 Subject: entity extensions --- src/core/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 2c90dec..fbdf311 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -1,8 +1,8 @@ METASOURCES = AUTO INCLUDES = -I$(top_srcdir)/src -libcore_la_SOURCES = application.cc clientstate.cc commandbuffer.cc core.cc \ - cvar.cc descriptions.cc entity.cc func.cc gameconnection.cc gameinterface.cc \ +libcore_la_SOURCES = application.cc commandbuffer.cc core.cc cvar.cc \ + descriptions.cc entity.cc extension.cc func.cc gameconnection.cc gameinterface.cc \ gameserver.cc module.cc netclient.cc netconnection.cc netplayer.cc netserver.cc \ parser.cc player.cc stats.cc timer.cc zone.cc libcore_la_LDFLAGS = -avoid-version -no-undefined @@ -11,7 +11,7 @@ libcore_la_LIBADD = $(top_builddir)/src/model/libmodel.la \ $(top_builddir)/src/auxiliary/libauxiliary.la noinst_LTLIBRARIES = libcore.la -noinst_HEADERS = application.h clientstate.h commandbuffer.h core.h cvar.h \ - entity.h func.h gameconnection.h gameinterface.h gameserver.h message.h module.h \ - net.h netclient.h netconnection.h netserver.h player.h range.h stats.h \ - timer.h parser.h descriptions.h +noinst_HEADERS = application.h commandbuffer.h core.h cvar.h entity.h func.h \ + gameconnection.h gameinterface.h gameserver.h message.h module.h net.h netclient.h \ + netconnection.h netserver.h player.h range.h stats.h timer.h parser.h descriptions.h \ + extension.h -- cgit v1.2.3