diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-04-03 15:09:18 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-04-03 15:09:18 +0200 |
commit | fdd7df74b6420695575ea5e17eb5f2e0ef9846ce (patch) | |
tree | 69e5c26c0e0809c441bca5bf42deb8952e78b06d /Makefile.am | |
parent | cd4a00d469912cc14c47671df0fed24586e6d26e (diff) | |
download | gnutls-fdd7df74b6420695575ea5e17eb5f2e0ef9846ce.tar.gz |
Move i18n dir back to lib/, after discussion with Bruno.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 59d8bf371d..e6a46538c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = lib libextra gl po src doc tests +SUBDIRS = lib libextra gl src doc tests if HAVE_GUILE SUBDIRS += guile |