mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd/Makefile: Add missing LZ4 related from configure.
This commit is contained in:
parent
f2acc304c5
commit
6d0161d791
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@ AM_CPPFLAGS = \
|
||||||
@BOOST_CPPFLAGS@ \
|
@BOOST_CPPFLAGS@ \
|
||||||
@SODIUM_CPPFLAGS@ \
|
@SODIUM_CPPFLAGS@ \
|
||||||
@MAGIC_CPPFLAGS@ \
|
@MAGIC_CPPFLAGS@ \
|
||||||
|
@LZ4_CPPFLAGS@ \
|
||||||
@Z_CPPFLAGS@ \
|
@Z_CPPFLAGS@ \
|
||||||
-include ircd/ircd.h \
|
-include ircd/ircd.h \
|
||||||
###
|
###
|
||||||
|
@ -53,6 +54,7 @@ libircd_la_LDFLAGS = \
|
||||||
@BOOST_LDFLAGS@ \
|
@BOOST_LDFLAGS@ \
|
||||||
@SODIUM_LDFLAGS@ \
|
@SODIUM_LDFLAGS@ \
|
||||||
@MAGIC_LDFLAGS@ \
|
@MAGIC_LDFLAGS@ \
|
||||||
|
@LZ4_LDFLAGS@ \
|
||||||
@Z_LDFLAGS@ \
|
@Z_LDFLAGS@ \
|
||||||
###
|
###
|
||||||
|
|
||||||
|
@ -64,6 +66,7 @@ libircd_la_LIBADD = \
|
||||||
@MAGIC_LIBS@ \
|
@MAGIC_LIBS@ \
|
||||||
-lcrypto \
|
-lcrypto \
|
||||||
-lssl \
|
-lssl \
|
||||||
|
@LZ4_LIBS@ \
|
||||||
@Z_LIBS@ \
|
@Z_LIBS@ \
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue