summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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\"