Skip to content

Commit

Permalink
include/Makefile: Add other flags vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
jevolk committed Sep 18, 2018
1 parent 439e861 commit 38b3bf3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions include/ircd/Makefile.am
Original file line number Diff line number Diff line change
@@ -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 = \
Expand Down

0 comments on commit 38b3bf3

Please sign in to comment.