aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/header.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/makefile/header.in')
-rw-r--r--src/build-data/makefile/header.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build-data/makefile/header.in b/src/build-data/makefile/header.in
index dcc43592d..b0e248ebe 100644
--- a/src/build-data/makefile/header.in
+++ b/src/build-data/makefile/header.in
@@ -19,3 +19,6 @@ APP_FLAGS = $(LANG_FLAGS) $(APP_OPT) $(WARN_FLAGS)
TEST_FLAGS = $(LANG_FLAGS) $(APP_OPT) $(WARN_FLAGS)
SCRIPTS_DIR = %{scripts_dir}
+
+APP_POST_LINK_CMD = %{app_post_link_cmd}
+TEST_POST_LINK_CMD = %{test_post_link_cmd}