2009-10-20 Marcus Brinkmann <marcus@g10code.de>
+ * gpgme-config.in (netlibs): Remove.
+ (assuan_cflags, assuan_libs): Add.
+
* Makefile.am (assuan_cppflags, assuan_libobjs): Removed.
(gpgsm_components): Move engine-assuan.c to ...
(assuan_components): ... this new variable.
LANG=C
# Network libraries.
-netlibs="@NETLIBS@"
+assuan_cflags="@LIBASSUAN_CFLAGS@"
+assuan_libs="@LIBASSUAN_LIBS@"
# Configure libgpg-error.
gpg_error_cflags="@GPG_ERROR_CFLAGS@"
output="$output $cflags_pth"
;;
esac
- output="$output $gpg_error_cflags"
+ output="$output $assuan_cflags $gpg_error_cflags"
if test "x$with_glib" = "xyes"; then
output="$output $glib_cflags"
fi
fi
;;
esac
- output="$output $gpg_error_libs $netlibs"
+ output="$output $assuan_libs $gpg_error_libs"
if test "x$with_glib" = "xyes"; then
output="$output $glib_cflags"
fi