mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +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 = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/include \
|
-I$(top_srcdir)/include \
|
||||||
|
@ROCKSDB_CPPFLAGS@ \
|
||||||
|
@JS_CPPFLAGS@ \
|
||||||
@BOOST_CPPFLAGS@ \
|
@BOOST_CPPFLAGS@ \
|
||||||
|
@SSL_CPPFLAGS@ \
|
||||||
|
@CRYPTO_CPPFLAGS@ \
|
||||||
|
@SODIUM_CPPFLAGS@ \
|
||||||
|
@MAGIC_CPPFLAGS@ \
|
||||||
|
@SNAPPY_CPPFLAGS@ \
|
||||||
|
@LZ4_CPPFLAGS@ \
|
||||||
|
@Z_CPPFLAGS@ \
|
||||||
###
|
###
|
||||||
|
|
||||||
AM_CXXFLAGS = \
|
AM_CXXFLAGS = \
|
||||||
|
|
Loading…
Reference in a new issue