X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/55a31c2eec8e219a297ba7fa2f11c3f5108b0fe2..db49991bec1f75554345f51bfb943d9f1283a470:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 68a7d902..2b0c7094 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,3 @@ -## ## Our Makefile.am template for Makefile.in (and, eventually, Makefile) ## ## Process this with automake to generate Makefile.in @@ -293,6 +292,10 @@ bin_PROGRAMS = \ uip/whom \ # +noinst_PROGRAMS = \ + uip/imaptest \ + # + bin_SCRIPTS = \ etc/sendfiles \ uip/mhmail \ @@ -335,6 +338,7 @@ noinst_HEADERS = \ h/addrsbr.h \ h/aliasbr.h \ h/crawl_folders.h \ + h/done.h \ h/dropsbr.h \ h/fmt_compile.h \ h/fmt_scan.h \ @@ -372,10 +376,12 @@ noinst_HEADERS = \ sbr/terminal.h \ sbr/unquote.h \ thirdparty/jsmn/jsmn.h \ + uip/forwsbr.h \ uip/mhfree.h \ uip/mhmisc.h \ uip/mhoutsbr.h \ uip/mhshowsbr.h \ + uip/replsbr.h \ # ## @@ -695,6 +701,9 @@ uip_forw_SOURCES = uip/forw.c uip/whatnowproc.c uip/whatnowsbr.c uip/sendsbr.c \ uip/annosbr.c uip/distsbr.c uip/forwsbr.c uip_forw_LDADD = $(LDADD) $(READLINELIB) $(TERMLIB) $(ICONVLIB) $(POSTLINK) +uip_imaptest_SOURCES = uip/imaptest.c +uip_imaptest_LDADD = $(LDADD) $(SASLLIB) $(CURLLIB) $(TLSLIB) $(POSTLINK) + uip_inc_SOURCES = uip/inc.c uip/scansbr.c uip/dropsbr.c uip/popsbr.c uip_inc_LDADD = $(LDADD) $(TERMLIB) $(ICONVLIB) $(SASLLIB) $(CURLLIB) \ $(TLSLIB) $(POSTLINK)