diff options
author | Dan Winship <danw@src.gnome.org> | 2003-01-08 05:04:50 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-01-08 05:04:50 +0800 |
commit | 5c410ab1420beaf492fead41eed01210242d60b2 (patch) | |
tree | 7e6f73fb2d0adc0e7a56a2323663b53262a5b583 /Makefile.am | |
parent | daf62987952ae1bf0cf583ef0693c337b627ad11 (diff) | |
download | gsoc2013-evolution-5c410ab1420beaf492fead41eed01210242d60b2.tar.gz gsoc2013-evolution-5c410ab1420beaf492fead41eed01210242d60b2.tar.zst gsoc2013-evolution-5c410ab1420beaf492fead41eed01210242d60b2.zip |
add po
* Makefile.am (SUBDIRS): add po
* configure.in: Move ALL_LINGUAS definition to before
AM_GLIB_GNU_GETTEXT, or else no linguas for you!
svn path=/trunk/; revision=19267
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f059374d8d..7f67e0fb72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,8 @@ SUBDIRS = \ ui \ default_user \ views \ - wombat + wombat \ + po # omf-install |