From 655c781b6e0c0a6e755ea136e86fd7a3f11767c5 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 22 Apr 2013 15:48:03 -0700 Subject: Fix automake warning about CFLAGS etc. being user variables --- gtk/native/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/native') diff --git a/gtk/native/Makefile.am b/gtk/native/Makefile.am index 302f0554a9..64899e96c1 100644 --- a/gtk/native/Makefile.am +++ b/gtk/native/Makefile.am @@ -1,8 +1,8 @@ CC = @CC_FOR_BUILD@ -CFLAGS = @CFLAGS_FOR_BUILD@ +AM_CFLAGS = @CFLAGS_FOR_BUILD@ CPP = @CPP_FOR_BUILD@ -CPPFLAGS = @CPPFLAGS_FOR_BUILD@ -LDFLAGS = @LDFLAGS_FOR_BUILD@ +AM_CPPFLAGS = @CPPFLAGS_FOR_BUILD@ +AM_LDFLAGS = @LDFLAGS_FOR_BUILD@ if CROSS_COMPILING if !USE_EXTERNAL_ICON_CACHE -- cgit v1.2.1