Added libraries

This commit is contained in:
David Anderson
2004-06-29 05:31:05 +00:00
parent 552e82861b
commit 6e9b836767
61 changed files with 17015 additions and 0 deletions

View File

@ -0,0 +1,20 @@
lib_LTLIBRARIES = libGeoIP.la libGeoIPUpdate.la libGeoIPBitReader.la
EXTRA_DIST = md5.h global.h
AM_CPPFLAGS = -DGEOIPDATADIR=\"$(pkgdatadir)\" -Wall
if WITH_CITY
libGeoIP_la_SOURCES = GeoIP.c GeoIPCity.c
include_HEADERS = GeoIP.h GeoIPCity.h GeoIPBitReader.h GeoIPUpdate.h
else
libGeoIP_la_SOURCES = GeoIP.c
include_HEADERS = GeoIP.h GeoIPBitReader.h GeoIPUpdate.h
endif
libGeoIPUpdate_la_SOURCES = GeoIPUpdate.c md5.c
libGeoIPBitReader_la_SOURCES = GeoIPBitReader.c
libGeoIP_la_LDFLAGS = -version-info @GEOIP_VERSION_INFO@
libGeoIPUpdate_la_LIBADD = -lz