diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-20 11:25:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-20 11:25:09 +0000 |
commit | 2924c6ccd71901854062296654c1869f09abc97c (patch) | |
tree | c5b2856a6f1ecec2633be391a3b8cf65f4bbeb58 /gst-libs | |
parent | a4dc7f7f1488e915bae8fbbbefcad37fd43f386a (diff) | |
download | gst-plugins-bad-2924c6ccd71901854062296654c1869f09abc97c.tar.gz gst-plugins-bad-2924c6ccd71901854062296654c1869f09abc97c.tar.bz2 gst-plugins-bad-2924c6ccd71901854062296654c1869f09abc97c.zip |
fix distcheck
Original commit message from CVS:
fix distcheck
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index bfec499e..e4859b29 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -65,4 +65,4 @@ libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = \ libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@ -noinst_HEADERS = gst-i18n-plugin.h +noinst_HEADERS = gettext.h gst-i18n-plugin.h |