diff options
Diffstat (limited to 'tests/docroot/Makefile.in')
-rw-r--r-- | tests/docroot/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/docroot/Makefile.in b/tests/docroot/Makefile.in index 7782a33..b004d80 100644 --- a/tests/docroot/Makefile.in +++ b/tests/docroot/Makefile.in @@ -137,6 +137,8 @@ LBER_LIB = @LBER_LIB@ LD = @LD@ LDAP_LIB = @LDAP_LIB@ LDFLAGS = @LDFLAGS@ +LIBEV_CFLAGS = @LIBEV_CFLAGS@ +LIBEV_LIBS = @LIBEV_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ @@ -168,6 +170,8 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PCRECONFIG = @PCRECONFIG@ PCRE_LIB = @PCRE_LIB@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SENDFILE_LIB = @SENDFILE_LIB@ |