diff options
author | Stijn Buys <ingar@osirion.org> | 2009-04-19 18:29:26 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-04-19 18:29:26 +0000 |
commit | da36f97e1d764e1125deba86a403eee66e937d0b (patch) | |
tree | 8e51fe43780b216920dfeffcb359977a52fe2adc /src/core | |
parent | 6ab4021827e91303ac6fe2276f5567810b7e0496 (diff) |
added jumpdrive capability to shipmodel info message,
Makefile.am cleanups,
improved map targetting,
corrected hud target owner color leak bug
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index af59d00..0c1e5fb 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -14,5 +14,4 @@ noinst_LTLIBRARIES = libcore.la 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 loader.h -_SOURCES = info.h + extension.h loader.h info.h |