]> err.no Git - varnish/commitdiff
Move common_cli.[ch] out of varnishd, and rename them to cli_common.[ch].
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 05:49:17 +0000 (05:49 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 05:49:17 +0000 (05:49 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@705 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/Makefile.am
varnish-cache/include/Makefile.am
varnish-cache/include/cli_common.h [moved from varnish-cache/bin/varnishd/common_cli.h with 100% similarity]
varnish-cache/lib/libvarnish/Makefile.am
varnish-cache/lib/libvarnish/cli_common.c [moved from varnish-cache/bin/varnishd/common_cli.c with 100% similarity]

index 26ff3a61f0f89a50c06f1c89eddce13d6b11489b..2764eba93c24f5231aae660e76de9b926f1d3d85 100644 (file)
@@ -26,7 +26,6 @@ varnishd_SOURCES = \
        cache_vrt.c \
        cache_vrt_acl.c \
        cache_vrt_re.c \
-       common_cli.c \
        hash_simple_list.c \
        hash_classic.c \
        mgt_child.c \
@@ -43,7 +42,6 @@ varnishd_SOURCES = \
 noinst_HEADERS = \
        cache.h \
        common.h \
-       common_cli.h \
        hash_slinger.h \
        heritage.h \
        mgt.h \
index 03a85aa1753c0577b6cfb355f5efc0e4212223a5..a77d1209ab54ec927e79ab3eb2ddc5de738f4f23 100644 (file)
@@ -3,6 +3,7 @@
 noinst_HEADERS = \
        binary_heap.h \
        cli.h \
+       cli_common.h \
        cli_priv.h \
        compat.h \
        hash.h \
index 44fd1052daabd24f4c0e584626515e798b710676..fbd6c6e6385bf1570b95a8e80ee49dd1d00fd58f 100644 (file)
@@ -8,6 +8,7 @@ libvarnish_la_SOURCES = \
        argv.c \
        binary_heap.c \
        cli.c \
+       cli_common.c \
        time.c
 
 libvarnish_la_CFLAGS = -include config.h