diff options
author | Werner Koch <[email protected]> | 2001-12-18 19:35:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-18 19:35:12 +0000 |
commit | 86521773dffaed785de0eebd1a05040e673ee638 (patch) | |
tree | 6135c362e375e1e31a2870416a312820591ab25f /common | |
parent | Changes to be used with the new libksba interface. (diff) | |
download | gnupg-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 'common')
-rw-r--r-- | common/ChangeLog | 4 | ||||
-rw-r--r-- | common/Makefile.am | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 70bc1cc8a..1d0cec6ea 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,7 @@ +2001-12-18 Werner Koch <[email protected]> + + * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba + 2001-12-14 Werner Koch <[email protected]> * util.h (digitp, hexdigitp): New ctype like macros. 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 + + + + + + + + |