X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=c976c05959e7e14e0b2d8383988e42a7383b70e1;hb=0c73c9a8dd4f023a9d2cce2e72904e8bbc9ade3e;hp=4cb982c4590cbc1f99f5b4acfb06277d7ae65326;hpb=c660c8cbae7f647c637502779862e4a36ad6a074;p=apps%2Fmadmutt.git diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index 4cb982c..c976c05 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -1,7 +1,23 @@ +BUILT_SOURCES = mime-token.h mime-token.c +DISTCLEANFILES = $(BUILT_SOURCES) + noinst_LIBRARIES = libmime.a -libmime_a_SOURCES = mime.h mime.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 + + +mime-token.c mime-token.h: mime-token.def mime-token.sh + sh mime-token.sh $@ < $< -noinst_HEADERS = mime.h +DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ + -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" \ + -DHAVE_CONFIG_H=1 -DPKGDOCDIR=\"$(docdir)\" --include ../cflags.mk +include $(top_builddir)/tools/cpkg2c.mk +-include $(top_builddir)/tools/cflags.mk