diff options
Diffstat (limited to 'flowtop/Makefile')
-rw-r--r-- | flowtop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flowtop/Makefile b/flowtop/Makefile index 2446832..915301f 100644 --- a/flowtop/Makefile +++ b/flowtop/Makefile @@ -6,7 +6,7 @@ flowtop-libs = -lGeoIP \ -lz flowtop-objs = xmalloc.o \ - xio.o \ + ioops.o \ xutils.o \ oui.o \ str.o \ |