From: Ken Hornstein Date: Sat, 2 Feb 2013 19:28:39 +0000 (-0500) Subject: Make sure we don't link getcwidth with the nmh libraries. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/f3d2f47d97e4660b78e7a1c89abbfe0e6bfaf97d?ds=sidebyside;hp=bcb443a54dc3e08c2aa51fa1dd414cf2023fc037 Make sure we don't link getcwidth with the nmh libraries. --- diff --git a/Makefile.am b/Makefile.am index 29e3be90..7e4395e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -410,6 +410,9 @@ test_fakepop_LDADD = test_fakesmtp_SOURCES = test/fakesmtp.c test_fakesmtp_LDADD = +test_getcwidth_SOURCES = test/getcwidth.c +test_getcwidth_LDADD = + ## ## Our rebuild rules for files that aren't built via the normal mechanisms ##