diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-27 12:49:54 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-27 12:49:54 +0000 |
commit | b2b33b19ba4ae4c70da1c87ba8b4ef6f7239212a (patch) | |
tree | 7b96d87e46722956ee38a8fdd5724ffc5432b68b /Makefile.am | |
parent | 9710ca5f0891fff05e5cb42393add85968b407f0 (diff) |
don't do po until something wants to be translated
Original commit message from CVS:
don't do po until something wants to be translated
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 f328f3b60..b98fbf651 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = \ gst sys ext \ - m4 common po + m4 common EXTRA_DIST = \ gst-plugins-bad.spec depcomp \ |