Merge pull request #3842 from ckorn/patch-1

Makefile: Add geoip so it gets installed, fixes #3834
This commit is contained in:
Matthias Mailänder
2013-09-15 06:45:12 -07:00

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`)