aboutsummaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-18 19:35:12 +0000
committerWerner Koch <[email protected]>2001-12-18 19:35:12 +0000
commit86521773dffaed785de0eebd1a05040e673ee638 (patch)
tree6135c362e375e1e31a2870416a312820591ab25f /sm
parentChanges to be used with the new libksba interface. (diff)
downloadgnupg-86521773dffaed785de0eebd1a05040e673ee638.tar.gz
gnupg-86521773dffaed785de0eebd1a05040e673ee638.zip
* Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
Diffstat (limited to '')
-rw-r--r--sm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am
index 1c21a91dc..50b8bd268 100644
--- a/sm/Makefile.am
+++ b/sm/Makefile.am
@@ -20,8 +20,8 @@
bin_PROGRAMS = gpgsm
-INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/intl \
- $(LIBGCRYPT_CFLAGS) $(LIBKSBA_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl \
+ $(LIBGCRYPT_CFLAGS) $(LIBKSBA_CFLAGS)
LDFLAGS = @LDFLAGS@
gpgsm_SOURCES = \