diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 15:45:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 15:45:55 +0000 |
commit | 469936a3bdb13a93791d954a50502cea01f0529d (patch) | |
tree | e8f9dcd0b13b2416ac7d86bc5184e92f06689702 /Makefile.am | |
parent | 4cb7d639d6f9b95000cb2240ba722cc83dba7eb6 (diff) | |
download | gstreamer-plugins-good-469936a3bdb13a93791d954a50502cea01f0529d.tar.gz |
putting i18n in place for plugins
Original commit message from CVS:
putting i18n in place for plugins
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e923bfd1e..fc5fd046a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ SUBDIRS=gst-libs \ tools \ $(GCONF_DIR) \ testsuite \ + po \ pkgconfig DIST_SUBDIRS=gst-libs \ @@ -30,6 +31,7 @@ DIST_SUBDIRS=gst-libs \ tools \ gconf \ testsuite \ + po \ pkgconfig EXTRA_DIST=gst-plugins.spec depcomp \ |