mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
* server/WorldRouter.cpp: Fix variable name bug in non-debug build. * Update Makefile.ams so that distcheck works.
7 lines
180 B
Makefile
7 lines
180 B
Makefile
INCLUDES = -I$(top_srcdir)
|
|
|
|
noinst_LIBRARIES = libmodules.a
|
|
|
|
libmodules_a_SOURCES = DateTime.cpp DateTime.h \
|
|
WorldTime.cpp WorldTime.h \
|
|
Location.cpp Location.h
|