From 5c410ab1420beaf492fead41eed01210242d60b2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 7 Jan 2003 21:04:50 +0000 Subject: 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 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit