We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a07ed61 + a0f45a7 commit 52c1d48Copy full SHA for 52c1d48
.gitignore
@@ -32,6 +32,7 @@ src/location.hh
32
src/position.hh
33
src/stack.hh
34
src/stamp-h1
35
+src/headers.mk
36
/test/rules_optimization
37
/test/regression_tests
38
/test/unit_tests
build.sh
@@ -2,6 +2,28 @@
2
3
rm -rf autom4te.cache
4
rm -f aclocal.m4
5
+
6
+cd src
7
+rm -f headers.mk
8
+echo "noinst_HEADERS = \\" > headers.mk
9
+ls -1 \
10
+ actions/*.h \
11
+ actions/ctl/*.h \
12
+ actions/data/*.h \
13
+ actions/disruptive/*.h \
14
+ actions/transformations/*.h \
15
+ debug_log/*.h \
16
+ audit_log/writer/*.h \
17
+ collection/backend/*.h \
18
+ operators/*.h \
19
+ parser/*.h \
20
+ request_body_processor/*.h \
21
+ utils/*.h \
22
+ variables/*.h \
23
+ engine/*.h \
24
+ *.h | tr "012円" " " >> headers.mk
25
+cd ../
26
27
case `uname` in Darwin*) glibtoolize --force --copy ;;
28
*) libtoolize --force --copy ;; esac
29
autoreconf --install
src/Makefile.am
@@ -66,24 +66,7 @@ libmodsecurity_includesub_collection_HEADERS = \
66
libmodsecurity_includesub_actions_HEADERS = \
67
../headers/modsecurity/actions/action.h
68
69
-
70
-noinst_HEADERS = \
71
- $(wildcard actions/*.h) \
72
- $(wildcard actions/ctl/*.h) \
73
- $(wildcard actions/data/*.h) \
74
- $(wildcard actions/disruptive/*.h) \
75
- $(wildcard actions/transformations/*.h) \
76
- $(wildcard debug_log/*.h) \
77
- $(wildcard audit_log/writer/*.h) \
78
- $(wildcard collection/backend/*.h) \
79
- $(wildcard operators/*.h) \
80
- $(wildcard parser/*.h) \
81
- $(wildcard request_body_processor/*.h) \
82
- $(wildcard utils/*.h) \
83
- $(wildcard variables/*.h) \
84
- $(wildcard engine/*.h) \
85
- $(wildcard *.h)
86
+include headers.mk
87
88
ENGINES = \
89
engine/lua.cc
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments