X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=003aaf38f821292decf27ec76f4362bf0cf23c06;hp=97db9185ea7a5b61926bbaacd44c4d51d5a29fc2;hb=0f6739c5be4203bec0fa32962e6ab13349da703b;hpb=86cf852af75aa1f893b25a5fd615ac1fdb1b6033 diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index 97db918..003aaf3 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -1,7 +1,15 @@ +BUILT_SOURCES = mime-token.h mime-token.c +CLEANFILES = $(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 rfc822address.c rfc822parse.c rfc2047.c rfc2231.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