X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=24c8e0f3859aa6236199c657837b1fba5838e908;hb=20392fc3c433909de76c676c235524acd96bec60;hp=b06f4f798524b6968309033543ec78b9191672da;hpb=d5fc962299f48696697e29f323e78c8bba6ca2d1;p=apps%2Fmadmutt.git diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index b06f4f7..24c8e0f 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -1,8 +1,18 @@ +BUILT_SOURCES = mime-token.h mime-token.c +DISTCLEANFILES = $(BUILT_SOURCES) + noinst_LIBRARIES = libmime.a -libmime_a_SOURCES = mime.h mime-types.h \ - mime.c rfc822address.c rfc822parse.c rfc2047.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 --include ../cflags.mk + +mime-token.c mime-token.h: mime-token.def mime-token.sh + sh mime-token.sh $@ < $< + +-include $(top_builddir)/tools/cflags.mk