From 30564097bfb026c0eb877af9dbe3ec963cbd5cc5 Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Tue, 15 May 2007 20:46:02 +0200 Subject: [PATCH] build-sys: do not play with DEFS, use AM_CPPFLAGS If a -D flag is needed, it belongs to AM_CPPFLAGS. Signed-off-by: Stepan Kasal --- config/include-Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/include-Makefile.am b/config/include-Makefile.am index 61d45cd2..18f8474d 100644 --- a/config/include-Makefile.am +++ b/config/include-Makefile.am @@ -4,8 +4,6 @@ datadir = $(prefix)/usr/share infodir = $(datadir)/info mandir = $(datadir)/man -AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include +AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \ + -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = -fsigned-char -fomit-frame-pointer - -DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ - -- 2.39.5