mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
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:
parent
2c94909051
commit
3bd122eed1
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user