0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-04 19:18:57 +02:00

make: Minor cleanup.

This commit is contained in:
Jason Volk 2017-09-29 22:59:11 -07:00
parent aeef1aeef5
commit babde26165
3 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,8 @@
prefix = @prefix@
AM_CXXFLAGS = \
###
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
@ROCKSDB_CPPFLAGS@ \

View file

@ -2,6 +2,9 @@ AUTOMAKE_OPTIONS = foreign
libircddir = @libdir@
AM_CXXFLAGS = \
###
AM_CPPFLAGS = \
-ffriend-injection \
-I$(top_srcdir)/include \
@ -11,9 +14,6 @@ AM_CPPFLAGS = \
-include ircd/ircd.h \
###
AM_CXXFLAGS = \
###
if MINGW
PLATFORM_LDFLAGS = -Wl,--enable-runtime-pseudo-reloc -export-symbols-regex '*'
endif

View file

@ -1,8 +1,11 @@
################################################################################
#
#AM_CXXFLAGS = \
# -fno-implicit-templates
# IRCd Modules
#
AM_CXXFLAGS = \
###
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
@JS_CPPFLAGS@ \