diff options
author | Werner Koch <[email protected]> | 2004-01-10 11:50:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-01-10 11:50:48 +0000 |
commit | 1e53ff3608dc56181f0517ffaef9228ae27fa051 (patch) | |
tree | 5848d3afa55d40194f00a3ce20085d1471a7c249 | |
parent | * Manifest: New. (diff) | |
download | gnupg-1e53ff3608dc56181f0517ffaef9228ae27fa051.tar.gz gnupg-1e53ff3608dc56181f0517ffaef9228ae27fa051.zip |
Use GPG_ERROR_CFLAGS
Diffstat (limited to '')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/Makefile.am | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 46f4a07cf..aa380120e 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2004-01-10 Werner Koch <[email protected]> + + * Makefile.am: Use GPG_ERROR_CFLAGS + 2004-01-05 Werner Koch <[email protected]> * Manifest: New. 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 |