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

Commit

Permalink
Really remove obsolete files
Browse files Browse the repository at this point in the history
  • Loading branch information
borisz authored and oschwald committed Oct 29, 2013
1 parent 79fb182 commit 1cc3b56
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 3,075 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = \
libGeoIP \
apps \
conf \
data \
test \
man

Expand Down
8 changes: 2 additions & 6 deletions apps/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/libGeoIP -DSYSCONFDIR=\"$(sysconfdir)\" -Wall
DEPS = $(top_builddir)/libGeoIP/libGeoIP.la
LDADDS = $(top_builddir)/libGeoIP/libGeoIP.la

bin_PROGRAMS = geoiplookup geoiplookup6 geoipupdate
bin_PROGRAMS = geoiplookup geoiplookup6

geoiplookup_SOURCES = geoiplookup.c
geoiplookup_LDFLAGS =
Expand All @@ -15,8 +15,4 @@ geoiplookup6_LDFLAGS =
geoiplookup6_DEPENDENCIES = $(top_builddir)/libGeoIP/libGeoIP.la
geoiplookup6_LDADD = $(top_builddir)/libGeoIP/libGeoIP.la

geoipupdate_SOURCES = geoipupdate.c
geoipupdate_LDFLAGS =
geoipupdate_DEPENDENCIES = $(top_builddir)/libGeoIP/libGeoIP.la $(top_builddir)/libGeoIP/libGeoIPUpdate.la
geoipupdate_LDADD = $(top_builddir)/libGeoIP/libGeoIPUpdate.la $(top_builddir)/libGeoIP/libGeoIP.la
EXTRA_DIST = geoipupdate-pureperl.pl Makefile.vc
EXTRA_DIST = Makefile.vc
279 changes: 0 additions & 279 deletions apps/geoipupdate-pureperl.pl

This file was deleted.

Loading

0 comments on commit 1cc3b56

Please sign in to comment.