Skip to content
Snippets Groups Projects
Unverified Commit f3cbc26b authored by teor's avatar teor
Browse files

add_c_file: Fix "control line not preceded by a blank line"

Fix dirauth and relay module include.am add_c_file.py
"control line not preceded by a blank line" errors.

Also remove a duplicate ADD_C_FILE: SOURCES in the relay module.

Obviously correct fixes to already-reviewed code.
parent 5e70c27e
No related branches found
No related tags found
No related merge requests found
# The Directory Authority module.
# ADD_C_FILE: INSERT SOURCES HERE.
MODULE_DIRAUTH_SOURCES = \
src/feature/dirauth/authmode.c \
......
# ADD_C_FILE: INSERT SOURCES HERE.
# Legacy shared relay code: migrate to the relay module over time
LIBTOR_APP_A_SOURCES += \
src/feature/relay/dns.c \
src/feature/relay/ext_orport.c \
......@@ -9,6 +9,7 @@ LIBTOR_APP_A_SOURCES += \
src/feature/relay/selftest.c
# The Relay module.
# ADD_C_FILE: INSERT SOURCES HERE.
MODULE_RELAY_SOURCES = \
src/feature/relay/routermode.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment