mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
Use foreign automake options to append flags here without warning.
This commit is contained in:
parent
1901da6fde
commit
ee8759cd0b
2 changed files with 3 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
|
|
||||||
CXXFLAGS += \
|
CXXFLAGS += \
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
################################################################################
|
AUTOMAKE_OPTIONS = foreign
|
||||||
#
|
|
||||||
# IRCd Modules
|
|
||||||
#
|
|
||||||
|
|
||||||
DEFS += \
|
DEFS += \
|
||||||
-DIRCD_UNIT \
|
-DIRCD_UNIT \
|
||||||
|
|
Loading…
Reference in a new issue