diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-23 18:08:45 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-23 18:08:45 +0100 |
commit | 5a7ac2fd90d0ff3d8e1bb4abb4843ce531d301d8 (patch) | |
tree | 7716bdd744330c3782ef8ef2ebc0861531a61d17 /Makefile.am | |
parent | 8609fcac6dafc730ef27b76e4d6501dc4e84f857 (diff) | |
download | gnutls-5a7ac2fd90d0ff3d8e1bb4abb4843ce531d301d8.tar.gz |
Fix po paths.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e6f47b8820..59d8bf371d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation +# 2006, 2007, 2008, 2009 Free Software Foundation # # Author: Nikos Mavrogiannopoulos # @@ -22,7 +22,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = lib libextra gl src doc tests +SUBDIRS = lib libextra gl po src doc tests if HAVE_GUILE SUBDIRS += guile |