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
|
@ -1,8 +1,17 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
@BOOST_CPPFLAGS@ \
|
||||
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