diff options
Diffstat (limited to 'astraceroute')
-rw-r--r-- | astraceroute/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 4cf9a3e..82e5b5b 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -3,7 +3,7 @@ astraceroute-libs = -lGeoIP \ -lz astraceroute-objs = xmalloc.o \ - xio.o \ + ioops.o \ xutils.o \ proto_none.o \ tprintf.o \ |