From 86521773dffaed785de0eebd1a05040e673ee638 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 18 Dec 2001 19:35:12 +0000 Subject: * Makefile.am (AM_CPPFLAGS): Add flags for libksba * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros --- sm/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sm') 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 = \ -- cgit v1.2.3