X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=779ef44644c0de44b56b7e2d9110bd578d2eda9c;hp=1e8cda2cf5ee52d0373208a5d093cfc24458f56f;hb=75b25db9f40ea7bbd11e63652d5fae591b3f1206;hpb=2a06362a155582cd59ae2ef6f0df71694a7eede3 diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index 1e8cda2..779ef44 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -1,6 +1,18 @@ +BUILT_SOURCES = mime-token.h mime-token.c +DISTCLEANFILES = $(BUILT_SOURCES) + noinst_LIBRARIES = libmime.a -libmime_a_SOURCES = mime.h rfc2231.c +libmime_a_SOURCES = mime.h mime-types.h $(BUILT_SOURCES) \ + mime.c crypt.c \ + rfc822address.c rfc822parse.c rfc1524.c rfc2047.c rfc2231.c \ + \ + rfc3676.h rfc3676.c + +noinst_HEADERS = mime.h mime-types.h + -noinst_HEADERS = mime.h +mime-token.c mime-token.h: mime-token.def mime-token.sh + sh mime-token.sh $@ < $< +-include ../cflags.mk