X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=c976c05959e7e14e0b2d8383988e42a7383b70e1;hp=f8ecd2d6fd674ba37e01c47b61d281d622af33fa;hb=7dea2ed3be5f5aaa2975647e69a414925ccb3cb8;hpb=35f4e8cefa22d98782a720e4df428a1ce3be2237 diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index f8ecd2d..c976c05 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,9 @@ 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 +DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ + -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" \ + -DHAVE_CONFIG_H=1 -DPKGDOCDIR=\"$(docdir)\" + +include $(top_builddir)/tools/cpkg2c.mk +-include $(top_builddir)/tools/cflags.mk