X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2FMakefile.am;h=c976c05959e7e14e0b2d8383988e42a7383b70e1;hp=24c8e0f3859aa6236199c657837b1fba5838e908;hb=7dea2ed3be5f5aaa2975647e69a414925ccb3cb8;hpb=2dc50decd320b310ef56c14041b6fa4fefd865ac diff --git a/lib-mime/Makefile.am b/lib-mime/Makefile.am index 24c8e0f..c976c05 100644 --- a/lib-mime/Makefile.am +++ b/lib-mime/Makefile.am @@ -15,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 $@ < $< +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