diff options
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 |