diff options
author | Moritz Schulte <mo@g10code.com> | 2003-11-10 11:42:43 +0100 |
---|---|---|
committer | Moritz Schulte <mo@g10code.com> | 2003-11-10 11:42:43 +0100 |
commit | f794da4ad4bed3f46648b6dd38eb3f58c6ea2d0d (patch) | |
tree | d4a9e8e3172e35594844f358084a2807bfd0395f /g10/Makefile.am | |
parent | The Changelog was not yet ready, so again: (diff) | |
download | gnupg2-f794da4ad4bed3f46648b6dd38eb3f58c6ea2d0d.tar.xz gnupg2-f794da4ad4bed3f46648b6dd38eb3f58c6ea2d0d.zip |
2003-11-10 Moritz Schulte <mo@g10code.com>
* Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@.
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index ef2b0c3a8..00a49df1e 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -20,7 +20,7 @@ ## Process this file with automake to produce Makefile.in localedir = $(datadir)/locale -INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\" +INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\" @LIBGCRYPT_CFLAGS@ EXTRA_DIST = options.skel # it seems that we can't use this with automake 1.5 |