0
0
Fork 0
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:
Jason Volk 2020-09-18 22:25:58 -07:00
parent 1901da6fde
commit ee8759cd0b
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,5 @@
AUTOMAKE_OPTIONS = foreign
prefix = @prefix@ prefix = @prefix@
CXXFLAGS += \ CXXFLAGS += \

View file

@ -1,7 +1,4 @@
################################################################################ AUTOMAKE_OPTIONS = foreign
#
# IRCd Modules
#
DEFS += \ DEFS += \
-DIRCD_UNIT \ -DIRCD_UNIT \