diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-12 03:44:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-12 03:44:57 +0800 |
commit | 75455ef4a1650dddfec7b0ac79ec6584f51cc6f8 (patch) | |
tree | cffc73be9c1dcd5d5302d71d6e6a47c1cbb9f9c0 /Makefile.am | |
parent | b1cf9a7df7160d9c58d0f0c833bd48a9eee003ff (diff) | |
download | gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.tar.gz gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.tar.zst gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.zip |
(SUBDIRS): Put po on the top.
svn path=/trunk/; revision=18045
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 caeea86d56..a9c2000693 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ SUBDIRS = \ intl \ macros \ data \ + po \ e-util \ libical \ widgets \ @@ -49,7 +50,6 @@ SUBDIRS = \ tools \ doc \ help \ - po \ omf-install %Conf.sh: %Conf.sh.in Makefile |