mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 04:58:04 +02:00
Revert "[Makefile.am] Add CAIRO_LIBS to check-link."
This reverts commit a341cb5a98.
The change introduced in that commit should not be needed and libtool
should just do the right thing. I cannot reproduce the problem
Chris was having no matter how hard I tried.
This commit is contained in:
parent
511db7b9a8
commit
1de35c04e0
2 changed files with 2 additions and 2 deletions
|
|
@ -53,4 +53,4 @@ TESTS += check-link$(EXEEXT)
|
|||
endif
|
||||
|
||||
check_PROGRAMS += check-link
|
||||
check_link_LDADD = libcairoboilerplate.la $(CAIRO_LIBS)
|
||||
check_link_LDADD = libcairoboilerplate.la
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ endif
|
|||
|
||||
EXTRA_DIST += $(TESTS_SH) check-has-hidden-symbols.c
|
||||
check_PROGRAMS += check-link
|
||||
check_link_LDADD = libcairo.la $(CAIRO_LIBS)
|
||||
check_link_LDADD = libcairo.la
|
||||
|
||||
|
||||
# The pre-processed result is used by check-{def,plt}.sh to determine whether
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue