From 9d3c22904a588362595d9719a5f7246264150df2 Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Wed, 1 Feb 2006 01:23:53 +0000 Subject: * include gnulib changes --- src/Makefile.am | 3 ++- src/Makefile.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 18c72d5..0ee6be4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,8 +2,9 @@ bin_PROGRAMS = mkid lid fid fnid xtokid dist_bin_SCRIPTS = eid aid gid defid -AM_CPPFLAGS = -I$(top_srcdir)/libidu \ +AM_CPPFLAGS = -I$(top_builddir)/intl \ -I$(top_srcdir)/lib \ + -I$(top_srcdir)/libidu \ -DDATADIR=\"$(datadir)\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DLANGUAGE_MAP_FILE=\"$(datadir)/id-lang.map\" diff --git a/src/Makefile.in b/src/Makefile.in index fc7f007..1c84beb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -255,8 +255,9 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ dist_bin_SCRIPTS = eid aid gid defid -AM_CPPFLAGS = -I$(top_srcdir)/libidu \ +AM_CPPFLAGS = -I$(top_builddir)/intl \ -I$(top_srcdir)/lib \ + -I$(top_srcdir)/libidu \ -DDATADIR=\"$(datadir)\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DLANGUAGE_MAP_FILE=\"$(datadir)/id-lang.map\" -- cgit v1.2.3