summaryrefslogtreecommitdiffstats
path: root/src/GeoIP-1.4.0
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeoIP-1.4.0')
-rw-r--r--src/GeoIP-1.4.0/Makefile.am10
-rw-r--r--src/GeoIP-1.4.0/NEWS0
-rw-r--r--src/GeoIP-1.4.0/data/Makefile.am7
-rw-r--r--src/GeoIP-1.4.0/libGeoIP/Makefile.am17
4 files changed, 0 insertions, 34 deletions
diff --git a/src/GeoIP-1.4.0/Makefile.am b/src/GeoIP-1.4.0/Makefile.am
deleted file mode 100644
index 38cd92f..0000000
--- a/src/GeoIP-1.4.0/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-NULL =
-
-INCLUDES = -Wall -ansi
-
-SUBDIRS = \
- data \
- libGeoIP \
- $(NULL)
-
-EXTRA_DIST = READMEwin32.txt GeoIPWinDLL.patch TODO bootstrap GeoIP.spec GeoIP.spec.in
diff --git a/src/GeoIP-1.4.0/NEWS b/src/GeoIP-1.4.0/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/src/GeoIP-1.4.0/NEWS
+++ /dev/null
diff --git a/src/GeoIP-1.4.0/data/Makefile.am b/src/GeoIP-1.4.0/data/Makefile.am
deleted file mode 100644
index 1109aa8..0000000
--- a/src/GeoIP-1.4.0/data/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-METASOURCES = AUTO
-
-geotorkdatadir = $(kde_datadir)/tork/geoip
-
-GEOIP_FILES = GeoIP.dat GeoIP-LICENSE.txt
-
-geotorkdata_DATA = $(GEOIP_FILES) \ No newline at end of file
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