[gnutls-devel] GnuTLS | abi-check: fix include paths (!1139)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Thu Dec 19 14:34:47 CET 2019
Dmitry Eremin-Solenikov commented on a discussion on Makefile.am: https://gitlab.com/gnutls/gnutls/merge_requests/1139#note_263126267
>
> abi-check-latest: lib/libgnutls.la libdane/libgnutls-dane.la
> @echo "Checking whether the latest ABI dump matches"
> - @abidiff --suppressions $(ABIGNORE_FILE) lib/.libs/libgnutls.so $(LIBGNUTLS_ABI_LAST_FILE) --hd2 "$(srcdir)/lib/includes/gnutls/"; if test $$? != 0;then \
> + @abidiff --suppressions $(ABIGNORE_FILE) lib/.libs/libgnutls.so $(LIBGNUTLS_ABI_LAST_FILE) --hd2 "$(srcdir)/lib/includes/gnutls/" --hd2 lib/includes/gnutls/ ; if test $$? != 0;then \
No, `top_builddir` would be `..`, `builddir` will still be just `.`.
I've changed this piece of code anyway.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1139#note_263126267
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20191219/ee01da12/attachment.html>
More information about the Gnutls-devel
mailing list