* 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.
libxml/xpointer.h
MOSTLYCLEANFILES += libxml/*.h-t
-if GL_COND_LIBTOOL
lib_LDFLAGS += $(LTLIBXML)
-endif
Include:
#include <libxml/DOCBparser.h>
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>
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>