X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=7d8568fdd07c5d28392b740231ce9389beafcfe9;hb=703b7d98727c1f7e1e76434a04a3125d76d7d168;hp=aa775f77a9ca62fbe777ad116c67a2ce4fe30241;hpb=5f1f8f86e1cc6d51ba77aed65ae78612a1e9e5cb;p=mmh diff --git a/Makefile.am b/Makefile.am index aa775f7..7d8568f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,9 @@ TESTS_ENVIRONMENT = MH_OBJ_DIR=@abs_builddir@ \ ## ## Important note: the "cleanup" test should always be last ## -TESTS = test/bad-input/test-header test/comp/test-comp-format \ +TESTS = test/bad-input/test-header \ + test/burst/test-burst \ + test/comp/test-comp-format \ test/folder/test-create \ test/folder/test-total test/format/test-localmbox \ test/format/test-myname test/format/test-myhost \ @@ -49,7 +51,7 @@ TESTS = test/bad-input/test-header test/comp/test-comp-format \ test/forw/test-forw-format \ test/inc/test-deb359167 test/inc/test-eom-align \ test/manpages/test-manpages test/mhbuild/test-forw \ - test/mhpath/test-mhpath \ + test/mhlist/test-mhlist test/mhpath/test-mhpath \ test/mhshow/test-cte-binary test/mhshow/test-qp \ test/mhshow/test-subpart test/new/test-basic \ test/pick/test-pick test/pick/test-stderr \ @@ -221,7 +223,8 @@ uip_comp_SOURCES = uip/comp.c uip/whatnowproc.c uip/whatnowsbr.c uip/sendsbr.c \ uip_comp_LDADD = $(LDADD) $(ICONVLIB) uip_dist_SOURCES = uip/dist.c uip/whatnowproc.c uip/whatnowsbr.c uip/sendsbr.c \ - uip/annosbr.c uip/distsbr.c + uip/annosbr.c uip/distsbr.c uip/forwsbr.c +uip_dist_LDADD = $(LDADD) $(ICONVLIB) uip_flist_SOURCES = uip/flist.c @@ -497,12 +500,6 @@ man/man.sed: Makefile @echo 's,%manext1%,$(manext1),g' >> $@ @echo 's,%manext5%,$(manext5),g' >> $@ @echo 's,%manext8%,$(manext8),g' >> $@ - @echo '/%components%/r $(top_srcdir)/etc/components' >> $@ - @echo ' s,%components%,,g' >> $@ - @echo '/%distcomps%/r $(top_srcdir)/etc/distcomps' >> $@ - @echo ' s,%distcomps%,,g' >> $@ - @echo '/%forwcomps%/r $(top_srcdir)/etc/forwcomps' >> $@ - @echo ' s,%forwcomps%,,g' >> $@ @echo '/%mhl_forward%/r $(top_srcdir)/etc/mhl.forward' >> $@ @echo ' s,%mhl_forward%,,g' >> $@ @echo '/%mhl_format%/r $(top_srcdir)/etc/mhl.format' >> $@