diff options
author | Bruno Haible <bruno@clisp.org> | 2006-11-13 12:38:37 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:22 +0200 |
commit | 2fa34b45ffd2d155c779030ab657b39e0a74b9d9 (patch) | |
tree | 161a540f0c917f610fff68b4902a0c52cdc1557b /gnulib-local/modules/libxml | |
parent | 2e2320049aa4d10379a7488b82abd8fc03404966 (diff) | |
download | external_gettext-2fa34b45ffd2d155c779030ab657b39e0a74b9d9.zip external_gettext-2fa34b45ffd2d155c779030ab657b39e0a74b9d9.tar.gz external_gettext-2fa34b45ffd2d155c779030ab657b39e0a74b9d9.tar.bz2 |
Create the library with the right dependencies.
Diffstat (limited to 'gnulib-local/modules/libxml')
-rw-r--r-- | gnulib-local/modules/libxml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnulib-local/modules/libxml b/gnulib-local/modules/libxml index cd3a286..922f00b 100644 --- a/gnulib-local/modules/libxml +++ b/gnulib-local/modules/libxml @@ -439,6 +439,10 @@ MOSTLYCLEANFILES += \ libxml/xpointer.h MOSTLYCLEANFILES += libxml/*.h-t +if GL_COND_LIBTOOL +lib_LDFLAGS += $(LTLIBXML) +endif + Include: #include <libxml/DOCBparser.h> #include <libxml/HTMLparser.h> |