mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
9 lines
267 B
Makefile
9 lines
267 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)
|
|
|
|
noinst_LIBRARIES = libmodules.a
|
|
|
|
libmodules_a_SOURCES = DateTime.cpp DateTime.h \
|
|
WorldTime.cpp WorldTime.h \
|
|
EntityRef.cpp EntityRef.h \
|
|
TerrainContext.cpp TerrainContext.h \
|
|
Location.cpp Location.h
|