diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-02-01 01:23:53 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-02-01 01:23:53 +0000 |
commit | 9d3c22904a588362595d9719a5f7246264150df2 (patch) | |
tree | 16fffd24428154801b1938fc9ec96b5e5f5ef5e7 /lib | |
parent | 8f646a2cfa6d68125bc7e18fe70a9a056a167367 (diff) | |
download | idutils-9d3c22904a588362595d9719a5f7246264150df2.tar.gz idutils-9d3c22904a588362595d9719a5f7246264150df2.tar.bz2 idutils-9d3c22904a588362595d9719a5f7246264150df2.zip |
* include gnulib changes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 7 | ||||
-rw-r--r-- | lib/Makefile.in | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 9c1f30e..1b346fd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -16,6 +16,7 @@ noinst_LIBRARIES = libgnu.a libgnu_a_SOURCES = libgnu_a_LIBADD = @LIBOBJS@ +AM_CPPFLAGS = noinst_HEADERS = EXTRA_DIST = BUILT_SOURCES = @@ -85,6 +86,12 @@ MOSTLYCLEANFILES += getopt.h getopt.h-t ## end gnulib module getopt +## begin gnulib module gettext + +AM_CPPFLAGS += -I$(top_builddir)/intl + +## end gnulib module gettext + ## begin gnulib module gettext-h libgnu_a_SOURCES += gettext.h diff --git a/lib/Makefile.in b/lib/Makefile.in index 06fd304..5b554f9 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -257,6 +257,7 @@ libgnu_a_SOURCES = basename.c stripslash.c exit.h gettext.h mbchar.h \ mbuiter.h strcase.h strnlen1.h strnlen1.c strpbrk.h strsep.h \ strstr.h verify.h xalloc-die.c libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@ +AM_CPPFLAGS = -I$(top_builddir)/intl noinst_HEADERS = EXTRA_DIST = alloca_.h fnmatch_.h fnmatch_loop.c getopt_.h \ getopt_int.h inttostr.c stdbool_.h |