0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-16 18:03:45 +02:00

include/Makefile: Add other flags vars.

This commit is contained in:
Jason Volk 2018-09-17 17:09:16 -07:00
parent 439e8618d6
commit 38b3bf3abe

View file

@ -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 = \