X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=f8ecd2d6fd674ba37e01c47b61d281d622af33fa;hp=8bb51b118492db43f08812d86a9a1b8d1fb827cb;hb=2c56b665394c80195b976537e608b690947fcb14;hpb=83532821ae9fab034d0d630b78330c9ea4ff4cf3 diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index 8bb51b1..f8ecd2d 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -1,7 +1,17 @@ +BUILT_SOURCES = mime-token.h mime-token.c +DISTCLEANFILES = $(BUILT_SOURCES) + noinst_LIBRARIES = libmime.a -libmime_a_SOURCES = mime.h mime.c rfc822.c rfc2047.c rfc2231.c +libmime_a_SOURCES = mime.h mime-types.h $(BUILT_SOURCES) \ + mime.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