mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
include/Makefile: Add other flags vars.
This commit is contained in:
parent
439e8618d6
commit
38b3bf3abe
1 changed files with 12 additions and 3 deletions
|
@ -2,7 +2,16 @@ AUTOMAKE_OPTIONS = foreign
|
|||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
@ROCKSDB_CPPFLAGS@ \
|
||||
@JS_CPPFLAGS@ \
|
||||
@BOOST_CPPFLAGS@ \
|
||||
@SSL_CPPFLAGS@ \
|
||||
@CRYPTO_CPPFLAGS@ \
|
||||
@SODIUM_CPPFLAGS@ \
|
||||
@MAGIC_CPPFLAGS@ \
|
||||
@SNAPPY_CPPFLAGS@ \
|
||||
@LZ4_CPPFLAGS@ \
|
||||
@Z_CPPFLAGS@ \
|
||||
###
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
|
|
Loading…
Reference in a new issue