summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2023-08-15 13:15:49 +0800
committerKevin McCarthy <kevin@8t8.us>2023-08-15 13:15:49 +0800
commit1480121fdaa33b61788c7076fb995ffec43542c6 (patch)
tree3832793d33022cd359ae5ba1962b6bf2d6d34896
parentbf9887628eaf41b958a3c883a9b25b53b123b1c7 (diff)
parentd52c6115b074dbf373bcf4ce533700e39754d165 (diff)
Merge branch 'stable'
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b62c3343..ccb82db9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
-DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" \
-DHAVE_CONFIG_H=1
-AM_CPPFLAGS=-I. -I$(top_srcdir) $(IMAP_INCLUDES) $(AUTOCRYPT_INCLUDES) $(GPGME_CFLAGS)
+AM_CPPFLAGS=-I. -I$(top_srcdir) $(IMAP_INCLUDES) $(AUTOCRYPT_INCLUDES) $(GPGME_CFLAGS) $(GPG_ERROR_CFLAGS)
# This option allows `make distcheck` to run without encountering
# setgid errors.