diff options
Diffstat (limited to 'netsniff-ng/Makefile')
-rw-r--r-- | netsniff-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile index f397b92..7f5a490 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -35,7 +35,7 @@ netsniff-ng-objs = dissector.o \ str.o \ irq.o \ iosched.o \ - xio.o \ + ioops.o \ xutils.o \ xmalloc.o \ hash.o \ |