@@ -68,21 +68,21 @@ libmodsecurity_includesub_actions_HEADERS = \
68
68
69
69
70
70
noinst_HEADERS = \
71
- actions/*.h \
72
- actions/ctl/*.h \
73
- actions/data/*.h \
74
- actions/disruptive/*.h \
75
- actions/transformations/*.h \
76
- debug_log/*.h \
77
- audit_log/writer/*.h \
78
- collection/backend/*.h \
79
- operators/*.h \
80
- parser/*.h \
81
- request_body_processor/*.h \
82
- utils/*.h \
83
- variables/*.h \
84
- engine/*.h \
85
- *.h
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
86
87
87
88
88
ENGINES = \
@@ -308,13 +308,14 @@ libmodsecurity_la_CFLAGS =
308
308
309
309
310
310
libmodsecurity_la_CPPFLAGS = \
311
- -I.. \
311
+ -I$(top_srcdir ) \
312
+ -I$(top_builddir ) \
312
313
-g \
313
- -I.. /others \
314
- -I.. /others/mbedtls/include \
314
+ -I$( top_srcdir ) /others \
315
+ -I$( top_srcdir ) /others/mbedtls/include \
315
316
-fPIC \
316
317
-O3 \
317
- -I.. /headers \
318
+ -I$( top_srcdir ) /headers \
318
319
$(CURL_CFLAGS ) \
319
320
$(GEOIP_CFLAGS ) \
320
321
$(GLOBAL_CPPFLAGS ) \
0 commit comments