X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=f8ecd2d6fd674ba37e01c47b61d281d622af33fa;hp=362022ede985e27905abf41caf361a66942f091f;hb=fdb93a08e305b8755260144807e4d45106a9cb9f;hpb=38c7d971a4e206284e06e958511bb55694cb4deb diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index 362022e..f8ecd2d 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -1,15 +1,17 @@ -BUILT_SOURCES = rfc822hdrs.h rfc822hdrs.c -CLEANFILES = $(BUILT_SOURCES) +BUILT_SOURCES = mime-token.h mime-token.c +DISTCLEANFILES = $(BUILT_SOURCES) noinst_LIBRARIES = libmime.a libmime_a_SOURCES = mime.h mime-types.h $(BUILT_SOURCES) \ - mime.c rfc822address.c rfc822parse.c rfc2047.c rfc2231.c + mime.c rfc822address.c rfc822parse.c rfc1524.c rfc2047.c rfc2231.c \ + \ + rfc3676.h rfc3676.c noinst_HEADERS = mime.h mime-types.h -rfc822hdrs.c rfc822hdrs.h: rfc822hdrs.def - sh rfc822hdrs.sh $@ < $< +mime-token.c mime-token.h: mime-token.def mime-token.sh + sh mime-token.sh $@ < $< -include ../cflags.mk