diff options
Diffstat (limited to 'ifpps/Makefile')
-rw-r--r-- | ifpps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ifpps/Makefile b/ifpps/Makefile index ef26a71..8b055b4 100644 --- a/ifpps/Makefile +++ b/ifpps/Makefile @@ -1,7 +1,7 @@ ifpps-libs = $(shell pkg-config --libs ncurses) ifpps-objs = xmalloc.o \ - xio.o \ + ioops.o \ xutils.o \ str.o \ ifpps.o |