summaryrefslogtreecommitdiffstats
path: root/src/GeoIP-1.4.0/libGeoIP
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-01-30 16:44:05 +0100
committerSlávek Banko <[email protected]>2022-02-01 13:00:49 +0100
commit2094f6770b1f2cc2d7c97a37d8a73596a9ebc779 (patch)
tree4cc83f02553e87cdefb8a30b3fb2ab277c76eff6 /src/GeoIP-1.4.0/libGeoIP
parent8fed27fac5f84c69a68f00b57fe64cce407dbe41 (diff)
downloadtork-2094f6770b1f2cc2d7c97a37d8a73596a9ebc779.tar.gz
tork-2094f6770b1f2cc2d7c97a37d8a73596a9ebc779.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit b353103ec003ea1c87f8ffe3ff2caf061cbfa44f)
Diffstat (limited to 'src/GeoIP-1.4.0/libGeoIP')
-rw-r--r--src/GeoIP-1.4.0/libGeoIP/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/GeoIP-1.4.0/libGeoIP/Makefile.am b/src/GeoIP-1.4.0/libGeoIP/Makefile.am
deleted file mode 100644
index fdecb0a..0000000
--- a/src/GeoIP-1.4.0/libGeoIP/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-noinst_LTLIBRARIES = libGeoIP.la libGeoIPUpdate.la
-
-EXTRA_DIST = md5.h global.h types.h GeoIP_internal.h
-
-AM_CPPFLAGS = -DGEOIPDATADIR=\"$(pkgdatadir)\" -Wall
-
-if WITH_CITY
-libGeoIP_la_SOURCES = GeoIP.c GeoIPCity.c regionName.c timeZone.c
-else
-libGeoIP_la_SOURCES = GeoIP.c regionName.c timeZone.c
-endif
-
-libGeoIPUpdate_la_SOURCES = GeoIPUpdate.c md5.c
-
-#libGeoIP_la_LDFLAGS = -version-info @GEOIP_VERSION_INFO@
-
-libGeoIPUpdate_la_LIBADD = -lz libGeoIP.la