0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-04 19:18:57 +02: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@
CXXFLAGS += \

View file

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