X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0509728c8a506f287fa3483d8e8ffaf8fb66d41d..7d81fd0ae7fc14189d7758c78a5168921c7ef11b:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 6d2488e0..4f6627e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -177,6 +177,7 @@ check_PROGRAMS = \ test/getcanon \ test/getcwidth \ test/getfullname \ + test/runpty \ # ## So they can be built without builing the `check' target. @@ -361,7 +362,12 @@ noinst_HEADERS = \ sbr/lock_file.h \ sbr/m_maildir.h \ sbr/m_mktemp.h \ + sbr/m_popen.h \ sbr/m_rand.h \ + sbr/makedir.h \ + sbr/message_id.h \ + sbr/mime_type.h \ + sbr/unquote.h \ thirdparty/jsmn/jsmn.h \ uip/mhfree.h \ uip/mhoutsbr.h \ @@ -851,6 +857,9 @@ test_fakehttp_LDADD = $(LDADD) $(POSTLINK) test_getcwidth_SOURCES = test/getcwidth.c test_getcwidth_LDADD = $(POSTLINK) +test_runpty_SOURCES = test/runpty.c +test_runpty_LDADD = $(POSTLINK) + ## ## Our rebuild rules for files that aren't built via the normal mechanisms ## @@ -997,7 +1006,6 @@ sbr_libmh_a_SOURCES = \ sbr/mime_type.c \ sbr/mts.c \ sbr/netsec.c \ - sbr/norm_charmap.c \ sbr/oauth.c \ sbr/oauth_prof.c \ sbr/path.c \