diff options
Diffstat (limited to 'gettext-tools/Makefile.am')
-rw-r--r-- | gettext-tools/Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 7627f53..cac3562 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -18,9 +18,9 @@ ## Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies -ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 +ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -SUBDIRS = doc intl lib libgrep libuniname src po projects misc man m4 tests examples +SUBDIRS = doc intl gnulib-lib libgrep libuniname src po projects misc man m4 tests examples EXTRA_DIST = misc/DISCLAIM MOSTLYCLEANFILES = core *.stackdump @@ -32,6 +32,14 @@ gettextsrcdir = $(datadir)/gettext gettextsrc_SCRIPTS = ../autoconf-lib-link/config.rpath +# Files installed for the examples. + +examplesbuildauxdir = $(docdir)/examples/build-aux +examplesbuildaux_DATA = \ + ../build-aux/javacomp.sh.in ../build-aux/javaexec.sh.in \ + ../build-aux/csharpcomp.sh.in ../build-aux/csharpexec.sh.in + + # Files copied from other directories. all-local: $(srcdir)/ABOUT-NLS |