cyphesis/modules/Makefile.am
Al Riddoch ac31365d93 2006-12-04 Al Riddoch <alriddoch@zepler.org>
* modules/EntityRef.cpp, modules/EntityRef.h: Add a new class to handle
	  a weak reference to an Entity.

	* tests/EntityReftest.cpp: Test the weak reference class.
2006-12-04 00:50:38 +00:00

8 lines
217 B
Makefile

INCLUDES = -I$(top_srcdir)
noinst_LIBRARIES = libmodules.a
libmodules_a_SOURCES = DateTime.cpp DateTime.h \
WorldTime.cpp WorldTime.h \
EntityRef.cpp EntityRef.h \
Location.cpp Location.h