summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sablot/config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4
index 160103e137..eae1a24189 100644
--- a/ext/sablot/config.m4
+++ b/ext/sablot/config.m4
@@ -26,6 +26,8 @@ if test "$PHP_SABLOT" != "no"; then
PHP_SUBST(SABLOT_SHARED_LIBADD)
AC_ADD_LIBRARY_WITH_PATH(sablot, $SABLOT_DIR/lib, SABLOT_SHARED_LIBADD)
+ AC_ADD_LIBRARY(xmlparse);
+ AC_ADD_LIBRARY(xmltok);
AC_DEFINE(HAVE_SABLOT,1,[ ])