Skip to content

Commit

Permalink
Unbreak build with custom location of libyajl.so
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zelkin authored and zimmerle committed Jun 30, 2016
1 parent 90adb53 commit f00e625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -257,7 +257,7 @@ libmodsecurity_la_LIBADD = \
$(GEOIP_LDFLAGS) $(GEOIP_LDADD) \
@LEXLIB@ \
$(PCRE_LDADD) \
$(YAJL_LDADD) \
$(YAJL_LDFLAGS) $(YAJL_LDADD) \
$(LIBXML2_LDADD) \
../others/libinjection.la \
libmbedtls.la
Expand Down

0 comments on commit f00e625

Please sign in to comment.