X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=b47ba4c7468dccbacf2f025e26beadae9e13c4dd;hp=f8ecd2d6fd674ba37e01c47b61d281d622af33fa;hb=717c9f150ded0fed572d27f68db07f94a9fe70e8;hpb=35f4e8cefa22d98782a720e4df428a1ce3be2237 diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index f8ecd2d..b47ba4c 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -4,7 +4,8 @@ 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 @@ -14,4 +15,5 @@ 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/cpkg2c.mk +-include $(top_builddir)/tools/cflags.mk