From 2bc6ced671f1f1e8b60e5ae469cb91bbc250f84c Mon Sep 17 00:00:00 2001 From: HttrckCldHKS Date: Sat, 7 Feb 2015 18:39:21 -0800 Subject: [PATCH] >> RENAMED maxminddb.cpp (MAKEFILE) RENAMED maxminddb.cpp TO maxminddb.c (MAKEFILE) --- dlls/geoip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/geoip/Makefile b/dlls/geoip/Makefile index 5ec18dec..2decbcb3 100755 --- a/dlls/geoip/Makefile +++ b/dlls/geoip/Makefile @@ -15,7 +15,7 @@ PUBLIC_ROOT = ../../public PROJECT = geoip -OBJECTS = amxxmodule.cpp GeoIP2/maxminddb.cpp geoip_main.cpp geoip_natives.cpp geoip_util.cpp +OBJECTS = amxxmodule.cpp GeoIP2/maxminddb.c geoip_main.cpp geoip_natives.cpp geoip_util.cpp ############################################## ### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###