diff options
-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 |