From fc24c8fc93f2ae97eac06f4e64e82b2e2f9e5ab1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Mar 2010 10:23:13 +0100 Subject: build: remove superfluous LOCALEDIR definition * src/Makefile.am (INCLUDES): Remove unnecessary definition of LOCALEDIR here. Now, it's defined via gnulib's configmake.h. * src/system.h: Include "configmake.h" for its LOCALEDIR definition. --- src/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/system.h') diff --git a/src/system.h b/src/system.h index 4398a5f8..3b617fb7 100644 --- a/src/system.h +++ b/src/system.h @@ -21,6 +21,7 @@ #include #include "binary-io.h" +#include "configmake.h" #include "dirname.h" #if O_BINARY -- cgit v1.2.1