mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
make: Minor cleanup.
This commit is contained in:
parent
aeef1aeef5
commit
babde26165
3 changed files with 11 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
prefix = @prefix@
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
###
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
@ROCKSDB_CPPFLAGS@ \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
################################################################################
|
||||
#
|
||||
#AM_CXXFLAGS = \
|
||||
# -fno-implicit-templates
|
||||
# IRCd Modules
|
||||
#
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
###
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
@JS_CPPFLAGS@ \
|
||||
|
|
Loading…
Reference in a new issue