summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sablot/config.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4
index fe6cc74ae3..539feb463f 100644
--- a/ext/sablot/config.m4
+++ b/ext/sablot/config.m4
@@ -26,7 +26,9 @@ 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_WITH_PATH(xmlparse, $SABLOT_DIR/lib, SABLOT_SHARED_LIBADD)
+ AC_ADD_LIBRARY_WITH_PATH(xmltok, $SABLOT_DIR/lib, SABLOT_SHARED_LIBADD)
+
AC_DEFINE(HAVE_SABLOT,1,[ ])
PHP_EXTENSION(sablot, $ext_shared)