diff options
Diffstat (limited to 'tests/exslt/functions/Makefile.in')
-rw-r--r-- | tests/exslt/functions/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/exslt/functions/Makefile.in b/tests/exslt/functions/Makefile.in index 9087164b..a4091562 100644 --- a/tests/exslt/functions/Makefile.in +++ b/tests/exslt/functions/Makefile.in @@ -209,6 +209,9 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PYTHON = @PYTHON@ PYTHONSODV = @PYTHONSODV@ PYTHON_INCLUDES = @PYTHON_INCLUDES@ @@ -307,7 +310,8 @@ EXTRA_DIST = \ function.7.out function.7.xml function.7.xsl \ function.8.out function.8.xml function.8.xsl \ function.9.out function.9.xml function.9.xsl \ - function.10.out function.10.xml function.10.xsl + function.10.out function.10.xml function.10.xsl \ + function.11.out function.11.xml function.11.xsl CLEANFILES = .memdump all: all-am |