X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/665dfc96f45c47ecfae79f1baa2c29dabe5a2ded..39ecf70bb88f71d5e13015ba143b946ccd8f02b4:/Makefile.am?ds=inline diff --git a/Makefile.am b/Makefile.am index a284150e..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. @@ -358,7 +359,19 @@ noinst_HEADERS = \ h/utils.h \ mts/smtp/smtp.h \ sbr/ctype-checked.h \ + 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 \ + uip/mhshowsbr.h \ # ## @@ -844,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 ## @@ -990,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 \ @@ -1000,7 +1015,6 @@ sbr_libmh_a_SOURCES = \ sbr/print_sw.c \ sbr/print_version.c \ sbr/push.c \ - sbr/putenv.c \ sbr/r1bindex.c \ sbr/read_line.c \ sbr/read_switch.c \ @@ -1041,6 +1055,11 @@ sbr_libmh_a_SOURCES = \ sbr_libmh_a_LIBADD = $(LIBOBJS) +## +## Need explicit dependency so that YACC is run before LEX. +## +sbr/icalendar.c: sbr/icalparse.c + ## ## Because these files use the definitions in the libmh rule below, ## they need to be rebuilt if the Makefile changes.