diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.in | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9987b77..18c72d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,10 +4,8 @@ dist_bin_SCRIPTS = eid aid gid defid AM_CPPFLAGS = -I$(top_srcdir)/libidu \ -I$(top_srcdir)/lib \ - -I$(top_srcdir)/intl \ -DDATADIR=\"$(datadir)\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DLANGUAGE_MAP_FILE=\"$(datadir)/id-lang.map\" LDADD = ../libidu/libidu.a ../lib/libgnu.a $(LIBINTL) ../lib/libgnu.a - diff --git a/src/Makefile.in b/src/Makefile.in index 67d1b7b..fc7f007 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -163,6 +163,8 @@ GENCAT = @GENCAT@ GETOPT_H = @GETOPT_H@ GLIBC2 = @GLIBC2@ GLIBC21 = @GLIBC21@ +GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ +GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ HAVE_ASPRINTF = @HAVE_ASPRINTF@ HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ @@ -255,7 +257,6 @@ target_alias = @target_alias@ dist_bin_SCRIPTS = eid aid gid defid AM_CPPFLAGS = -I$(top_srcdir)/libidu \ -I$(top_srcdir)/lib \ - -I$(top_srcdir)/intl \ -DDATADIR=\"$(datadir)\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DLANGUAGE_MAP_FILE=\"$(datadir)/id-lang.map\" |