diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-03-03 16:18:11 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-03-03 16:18:11 +0000 |
commit | 9914770846eeba7238a28e3532c6621bd43bda48 (patch) | |
tree | 6301a956872c6fc0bfc596b35c1e7f46946cf833 /Makefile.am | |
parent | 3094e9ddca40e5891aa0068489a3a20b352f2c7d (diff) | |
download | gnutls-9914770846eeba7238a28e3532c6621bd43bda48.tar.gz |
Gettextize.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 07cd4fc183..260cd6e3af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,9 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = gl includes lib libextra src doc tests +SUBDIRS = gl includes lib libextra src doc tests po + +EXTRA_DIST = mkinstalldirs ACLOCAL_AMFLAGS = -I m4 -I gl/m4 |