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