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 | |
parent | 9710ca5f0891fff05e5cb42393add85968b407f0 (diff) | |
download | gst-plugins-bad-b2b33b19ba4ae4c70da1c87ba8b4ef6f7239212a.tar.gz gst-plugins-bad-b2b33b19ba4ae4c70da1c87ba8b4ef6f7239212a.tar.bz2 gst-plugins-bad-b2b33b19ba4ae4c70da1c87ba8b4ef6f7239212a.zip |
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
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f328f3b6..b98fbf65 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 \ diff --git a/configure.ac b/configure.ac index 1b9e1a0a..3d9c6835 100644 --- a/configure.ac +++ b/configure.ac @@ -477,7 +477,6 @@ ext/sdl/Makefile common/Makefile common/m4/Makefile m4/Makefile -po/Makefile.in ) AC_OUTPUT |