* Makefile.am (AM_CPPFLAGS): New variable.
(LDADD): Add @GPG_ERROR_LIBS@.
* gpg/Makefile.am (AM_CPPFLAGS): New variable.
(LDADD): Add @GPG_ERROR_LIBS@.
* gpgsm/Makefile.am (AM_CPPFLAGS): New variable.
(LDADD): Add @GPG_ERROR_LIBS@.
+2003-07-22 Marcus Brinkmann <marcus@g10code.de>
+
+ * Makefile.am (AM_CPPFLAGS): New variable.
+ (LDADD): Add @GPG_ERROR_LIBS@.
+ * gpg/Makefile.am (AM_CPPFLAGS): New variable.
+ (LDADD): Add @GPG_ERROR_LIBS@.
+ * gpgsm/Makefile.am (AM_CPPFLAGS): New variable.
+ (LDADD): Add @GPG_ERROR_LIBS@.
+
2003-06-06 Marcus Brinkmann <marcus@g10code.de>
Everywhere: Use libgpg-error error codes.
INCLUDES = -I$(top_srcdir)/gpgme
-LDADD = ../gpgme/libgpgme.la
+AM_CPPFLAGS = @GPG_ERROR_CFLAGS@
+LDADD = ../gpgme/libgpgme.la @GPG_ERROR_LIBS@
noinst_PROGRAMS = $(TESTS)
INCLUDES = -I$(top_srcdir)/gpgme
-LDADD = ../../gpgme/libgpgme.la
+AM_CPPFLAGS = @GPG_ERROR_CFLAGS@
+LDADD = ../../gpgme/libgpgme.la @GPG_ERROR_LIBS@
# We don't run t-genkey in the test suite, because it takes too long
noinst_PROGRAMS = $(TESTS) t-genkey
INCLUDES = -I$(top_srcdir)/gpgme
-LDADD = ../../gpgme/libgpgme.la
+AM_CPPFLAGS = @GPG_ERROR_CFLAGS@
+LDADD = ../../gpgme/libgpgme.la @GPG_ERROR_LIBS@
# We don't run t-genkey in the test suite, because it takes too long
# and needs a working pinentry.