Allow different --libtool options from multiple gnulib-tool invocations.

* gnulib-local/modules/libxml (Makefile.am): Don't test GL_COND_LIBTOOL, since
gnulib-tool already eliminates lib_LDFLAGS augmentations for non-libtool
libraries.
* libtextstyle/gnulib-local/modules/libcroco (Makefile.am): Likewise.
* libtextstyle/gnulib-local/modules/libglib (Makefile.am): Likewise.
This commit is contained in:
Bruno Haible 2023-09-29 23:05:16 +02:00
parent 2c94909051
commit 3bd122eed1
3 changed files with 0 additions and 6 deletions

View File

@ -564,9 +564,7 @@ MOSTLYCLEANFILES += \
libxml/xpointer.h
MOSTLYCLEANFILES += libxml/*.h-t
if GL_COND_LIBTOOL
lib_LDFLAGS += $(LTLIBXML)
endif
Include:
#include <libxml/DOCBparser.h>

View File

@ -119,9 +119,7 @@ libcroco_rpl_la_SOURCES = \
libcroco_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX)
libcroco_rpl_la_CFLAGS = @FOREIGN_WARN_CFLAGS@
if GL_COND_LIBTOOL
lib_LDFLAGS += $(LTLIBCROCO)
endif
Include:
<libcroco.h>

View File

@ -139,9 +139,7 @@ MOSTLYCLEANFILES += \
glib/gtypes.h
MOSTLYCLEANFILES += glib.h-t glibconfig.h-t glib/*.h-t
if GL_COND_LIBTOOL
lib_LDFLAGS += $(LTLIBGLIB)
endif
Include:
#include <glib.h>