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 --- common/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index 3c5e47119..cb266fb5b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -25,6 +25,8 @@ BUILT_SOURCES = errors.c noinst_LIBRARIES = libcommon.a +AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBKSBA_CFLAGS) + libcommon_a_SOURCES = \ util.h i18n.h \ errors.c errors.h \ @@ -33,3 +35,11 @@ libcommon_a_SOURCES = \ errors.c : errors.h mkerrors $(srcdir)/mkerrors < $(srcdir)/errors.h > errors.c + + + + + + + + -- cgit v1.2.3