1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* Makefile.am (AM_CPPFLAGS): Add flags for libksba

* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba
* Makefile.am: Use LIBGCRYPT macros
This commit is contained in:
Werner Koch 2001-12-18 19:35:12 +00:00
parent 56172ce393
commit 86521773df
7 changed files with 27 additions and 9 deletions

View file

@ -1,3 +1,7 @@
2001-12-18 Werner Koch <wk@gnupg.org>
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba
2001-12-14 Werner Koch <wk@gnupg.org>
* util.h (digitp, hexdigitp): New ctype like macros.

View file

@ -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