Commit 94c79bd3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Rename rfc2616.c to cache_rfc2616.c where it belongs.

Move vparam.h to mgt/mgt_param.h
parent 5c0eee32
......@@ -36,6 +36,7 @@ varnishd_SOURCES = \
cache_pipe.c \
cache_pool.c \
cache_response.c \
cache_rfc2616.c \
cache_session.c \
cache_shmlog.c \
cache_vary.c \
......@@ -65,7 +66,6 @@ varnishd_SOURCES = \
mgt/mgt_sandbox_solaris.c \
mgt/mgt_shmem.c \
mgt/mgt_vcc.c \
rfc2616.c \
storage/stevedore.c \
storage/stevedore_utils.c \
storage/storage_file.c \
......@@ -89,10 +89,10 @@ noinst_HEADERS = \
heritage.h \
mgt/mgt.h \
mgt/mgt_cli.h \
mgt/mgt_param.h \
params.h \
storage/storage.h \
storage/storage_persistent.h \
vparam.h
storage/storage_persistent.h
varnishd_CFLAGS = \
@PCRE_CFLAGS@ \
......
......@@ -41,12 +41,12 @@
#include "heritage.h"
#include "params.h"
#include "mgt/mgt_param.h"
#include "waiter/cache_waiter.h"
#include "vav.h"
#include "vcli.h"
#include "vcli_common.h"
#include "vcli_priv.h"
#include "vparam.h"
#include "vss.h"
#include "mgt_cli.h"
......
......@@ -51,7 +51,7 @@
#include "heritage.h"
#include "params.h"
#include "vparam.h"
#include "mgt/mgt_param.h"
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment