X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=b47ba4c7468dccbacf2f025e26beadae9e13c4dd;hp=b7835fad1e74f08690cca8d621a0c360c1f56b4d;hb=717c9f150ded0fed572d27f68db07f94a9fe70e8;hpb=ab12fea9d01b3b9bc53081ae4ccc046243f1cb9f diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index b7835fa..b47ba4c 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -1,7 +1,19 @@ +BUILT_SOURCES = mime-token.h mime-token.c +DISTCLEANFILES = $(BUILT_SOURCES) + noinst_LIBRARIES = libmime.a -libmime_a_SOURCES = mime.h mime.c rfc822.c 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 +include $(top_builddir)/tools/cpkg2c.mk +-include $(top_builddir)/tools/cflags.mk