build-sys: add NLS support

Add GNU gettext internationalization and localization support.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola
2011-10-08 21:14:21 +02:00
parent 7393599f73
commit a220ba6770
8 changed files with 224 additions and 7 deletions

View File

@@ -1,7 +1,11 @@
AM_CPPFLAGS = -include $(top_builddir)/config.h
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = proc ps testsuite
SUBDIRS = \
po \
proc \
ps \
testsuite
AM_CFLAGS = -Iproc
AM_LDFLAGS = ./proc/libprocfs.la