aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/ChangeLog4
-rw-r--r--g10/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index c6dfa1db7..d15c54a09 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-10 Moritz Schulte <[email protected]>
+
+ * Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@.
+
2003-10-25 Werner Koch <[email protected]>
* call-agent.c (learn_status_cb, scd_genkey_cb): Fixed faulty use
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