Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 1cc3b56

Browse files
boriszoschwald
authored andcommitted
Really remove obsolete files
1 parent 79fb182 commit 1cc3b56

20 files changed

+9
-3075
lines changed

Makefile.am

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ AUTOMAKE_OPTIONS = foreign
55
SUBDIRS = \
66
libGeoIP \
77
apps \
8-
conf \
9-
data \
108
test \
119
man
1210

apps/Makefile.am

+2-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/libGeoIP -DSYSCONFDIR=\"$(sysconfdir)\" -Wall
33
DEPS = $(top_builddir)/libGeoIP/libGeoIP.la
44
LDADDS = $(top_builddir)/libGeoIP/libGeoIP.la
55

6-
bin_PROGRAMS = geoiplookup geoiplookup6 geoipupdate
6+
bin_PROGRAMS = geoiplookup geoiplookup6
77

88
geoiplookup_SOURCES = geoiplookup.c
99
geoiplookup_LDFLAGS =
@@ -15,8 +15,4 @@ geoiplookup6_LDFLAGS =
1515
geoiplookup6_DEPENDENCIES = $(top_builddir)/libGeoIP/libGeoIP.la
1616
geoiplookup6_LDADD = $(top_builddir)/libGeoIP/libGeoIP.la
1717

18-
geoipupdate_SOURCES = geoipupdate.c
19-
geoipupdate_LDFLAGS =
20-
geoipupdate_DEPENDENCIES = $(top_builddir)/libGeoIP/libGeoIP.la $(top_builddir)/libGeoIP/libGeoIPUpdate.la
21-
geoipupdate_LDADD = $(top_builddir)/libGeoIP/libGeoIPUpdate.la $(top_builddir)/libGeoIP/libGeoIP.la
22-
EXTRA_DIST = geoipupdate-pureperl.pl Makefile.vc
18+
EXTRA_DIST = Makefile.vc

apps/geoipupdate-pureperl.pl

-279
This file was deleted.

0 commit comments

Comments
 (0)