]> granicus.if.org Git - apache/blobdiff - server/Makefile.in
mod_session_cookie: Add a session implementation capable of storing
[apache] / server / Makefile.in
index bc9109d7477c8a87ffda4e920e4623f27442c0f8..3c96c4061bee3433f3b784102d45218b272d92be 100644 (file)
@@ -10,9 +10,9 @@ LTLIBRARY_SOURCES = \
     test_char.h \
        config.c log.c main.c vhost.c util.c \
        util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \
-       connection.c listen.c \
-       mpm_common.c util_charset.c util_debug.c util_xml.c \
-       util_filter.c util_pcre.c exports.c \
+       connection.c listen.c util_mutex.c \
+       mpm_common.c util_charset.c util_cookies.c util_debug.c util_xml.c \
+       util_expr.c util_filter.c util_pcre.c exports.c \
        scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \
        eoc_bucket.c eor_bucket.c core_filters.c
 
@@ -21,7 +21,7 @@ TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h htt
 include $(top_builddir)/build/rules.mk
 include $(top_srcdir)/build/library.mk
 
-gen_test_char_OBJECTS = gen_test_char.lo util_debug.lo
+gen_test_char_OBJECTS = gen_test_char.lo
 gen_test_char: $(gen_test_char_OBJECTS)
        $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)