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 | 22f4937e955a00d4fa099545ceb5523eafafd8a9 (patch) | |
tree | 323af199e73c709bd3f94c4e4ea3d344520fe119 /Makefile.am | |
parent | f83bd835e019c1f11adae83337bb9f00292b2365 (diff) | |
download | gst-plugins-bad-22f4937e955a00d4fa099545ceb5523eafafd8a9.tar.gz gst-plugins-bad-22f4937e955a00d4fa099545ceb5523eafafd8a9.tar.bz2 gst-plugins-bad-22f4937e955a00d4fa099545ceb5523eafafd8a9.zip |
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 e923bfd1..fc5fd046 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 \ |