0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

matrix/Makefile.am: Minor cleanup.

This commit is contained in:
Jason Volk 2020-04-17 21:19:28 -07:00
parent ca147df40f
commit 43cabd52d5

View file

@ -9,16 +9,6 @@ AM_CXXFLAGS = \
@EXTRA_CXXFLAGS@ \
###
if GCC
AM_CXXFLAGS += -ftls-model=local-dynamic
endif
if DEBUG
if GCC
AM_CXXFLAGS += -fmax-errors=3
endif
endif
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-include ircd/matrix.pic.h \
@ -41,6 +31,16 @@ AM_LIBS = \
-lircd \
###
if GCC
AM_CXXFLAGS += -ftls-model=local-dynamic
endif
if DEBUG
if GCC
AM_CXXFLAGS += -fmax-errors=3
endif
endif
if MINGW
AM_LDFLAGS += \
-Wl,--enable-runtime-pseudo-reloc \