diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index f5fc114a7..fb2d929bf 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -21,7 +21,10 @@ EXTRA_DIST = Manifest watchgnupg.c localedir = $(datadir)/locale INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" -AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl + +# Note, that we require GPG_ERROR_CFLAGS only because some share header files +# require that file. It is not actually used in gpgconf. +AM_CFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl @GPG_ERROR_CFLAGS@ bin_PROGRAMS = gpgconf |