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:
Behdad Esfahbod 2008-09-17 02:10:35 -04:00
parent 511db7b9a8
commit 1de35c04e0
2 changed files with 2 additions and 2 deletions

View file

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

View file

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