blob: b66acb9e9803c87e41b1bb79041b66e9fd02634b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
--- src/Makefile.am.orig 2021-04-28 15:17:56 UTC
+++ src/Makefile.am
@@ -28,7 +28,6 @@ vmod_LTLIBRARIES = \
libvmod_header.la \
libvmod_saintmode.la \
libvmod_str.la \
- libvmod_tcp.la \
libvmod_var.la \
libvmod_vsthrottle.la \
libvmod_xkey.la
@@ -40,7 +39,6 @@ dist_man_MANS = \
vmod_header.3 \
vmod_saintmode.3 \
vmod_str.3 \
- vmod_tcp.3 \
vmod_var.3 \
vmod_vsthrottle.3 \
vmod_xkey.3
@@ -54,7 +52,6 @@ libvmod_header_la_SOURCES = vmod_header.
libvmod_vsthrottle_la_SOURCES = vmod_vsthrottle.c
libvmod_saintmode_la_SOURCES = vmod_saintmode.c
libvmod_str_la_SOURCES = vmod_str.c
-libvmod_tcp_la_SOURCES = vmod_tcp.c
libvmod_var_la_SOURCES = vmod_var.c
libvmod_xkey_la_SOURCES = vmod_xkey.c
@@ -64,7 +61,6 @@ nodist_libvmod_header_la_SOURCES = vcc_h
nodist_libvmod_vsthrottle_la_SOURCES = vcc_vsthrottle_if.c vcc_vsthrottle_if.h
nodist_libvmod_saintmode_la_SOURCES = vcc_saintmode_if.c vcc_saintmode_if.h
nodist_libvmod_str_la_SOURCES = vcc_str_if.c vcc_str_if.h
-nodist_libvmod_tcp_la_SOURCES = vcc_tcp_if.c vcc_tcp_if.h
nodist_libvmod_var_la_SOURCES = vcc_var_if.c vcc_var_if.h
nodist_libvmod_xkey_la_SOURCES = vcc_xkey_if.c vcc_xkey_if.h VSC_xkey.c VSC_xkey.h
@@ -168,7 +164,6 @@ EXTRA_DIST = \
vmod_header.vcc \
vmod_saintmode.vcc \
vmod_str.vcc \
- vmod_tcp.vcc \
vmod_var.vcc \
vmod_vsthrottle.vcc \
vmod_xkey.vcc \
|