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.
1 parent ec667a4 commit 37c34f3Copy full SHA for 37c34f3
test/Makefile.am
@@ -64,6 +64,8 @@ unit_tests_CPPFLAGS = \
64
$(LMDB_CFLAGS) \
65
$(PCRE_CFLAGS) \
66
$(YAJL_CFLAGS) \
67
+ $(LUA_CFLAGS) \
68
+ $(SSDEEP_CFLAGS) \
69
$(LIBXML2_CFLAGS)
70
71
@@ -100,6 +102,8 @@ regression_tests_CPPFLAGS = \
100
102
$(GEOIP_CFLAGS) \
101
103
$(GLOBAL_CPPFLAGS) \
104
105
106
107
108
109
@@ -137,6 +141,8 @@ rules_optimization_CPPFLAGS = \
137
141
138
142
139
143
144
145
140
146
147
148
0 commit comments