Makefile: Add geoip so it gets installed

Without adding it to CORE it does not get installed and the game crashes.
This commit is contained in:
Christoph Korn
2013-09-15 15:34:09 +02:00
parent eff4e80877
commit 0f3212f65b

View File

@@ -54,7 +54,7 @@ INSTALL_PROGRAM = $(INSTALL) -m755
INSTALL_DATA = $(INSTALL) -m644
# program targets
CORE = fileformats rcg rgl rsdl rnull game utility
CORE = fileformats rcg rgl rsdl rnull game utility geoip
TOOLS = editor tsbuild ralint
VERSION = $(shell git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null || echo git-`git rev-parse --short HEAD`)