summaryrefslogtreecommitdiff
path: root/src/devices/grotty/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grotty/Makefile.sub')
-rw-r--r--src/devices/grotty/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/grotty/Makefile.sub b/src/devices/grotty/Makefile.sub
index 2ec77a54..0b5c6b25 100644
--- a/src/devices/grotty/Makefile.sub
+++ b/src/devices/grotty/Makefile.sub
@@ -1,6 +1,6 @@
PROG=grotty$(EXEEXT)
MAN1=grotty.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
+XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
MLIB=$(LIBM)
OBJS=tty.$(OBJEXT)
CCSRCS=$(srcdir)/tty.cpp