diff options
author | Werner Koch <wk@gnupg.org> | 2001-12-18 20:35:12 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-12-18 20:35:12 +0100 |
commit | 86521773dffaed785de0eebd1a05040e673ee638 (patch) | |
tree | 6135c362e375e1e31a2870416a312820591ab25f /sm/Makefile.am | |
parent | Changes to be used with the new libksba interface. (diff) | |
download | gnupg2-86521773dffaed785de0eebd1a05040e673ee638.tar.xz gnupg2-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 'sm/Makefile.am')
-rw-r--r-- | sm/Makefile.am | 4 |
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 = \ |