From f86387b16314d1a359c67dad87a590fc71dd2f29 Mon Sep 17 00:00:00 2001 From: xinyangli Date: Wed, 11 Dec 2024 14:27:20 +0800 Subject: [PATCH] fixup! Makefile: export helpers, improve install target --- scripts/templates/flags.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/templates/flags.tmpl b/scripts/templates/flags.tmpl index 0746074..cbb7b11 100644 --- a/scripts/templates/flags.tmpl +++ b/scripts/templates/flags.tmpl @@ -1,4 +1,4 @@ -"CFLAGS += %s \n\ -LDFLAGS += %s" \ +"AM_CFLAGS += %s \n\ +AM_LDFLAGS += %s" \ "$INTERFACE_CFLAGS" \ "$INTERFACE_LDFLAGS"