X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=24c8e0f3859aa6236199c657837b1fba5838e908;hp=c3322233025dfe7d2cbd0eec2f790b05b9b0295c;hb=16534e98723674fa391e3fc29d2a07ce419c13dd;hpb=49081299c673ceebc38d9a4f0985608cb3aecfce;ds=sidebyside diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index c332223..24c8e0f 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -4,7 +4,10 @@ DISTCLEANFILES = $(BUILT_SOURCES) noinst_LIBRARIES = libmime.a libmime_a_SOURCES = mime.h mime-types.h $(BUILT_SOURCES) \ - mime.c rfc822address.c rfc822parse.c rfc1524.c rfc2047.c rfc2231.c + 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 @@ -12,4 +15,4 @@ noinst_HEADERS = mime.h mime-types.h mime-token.c mime-token.h: mime-token.def mime-token.sh sh mime-token.sh $@ < $< --include ../cflags.mk +-include $(top_builddir)/tools/cflags.mk