From: Thomas Vander Stichele Date: Tue, 13 Jan 2004 11:46:12 +0000 (+0000) Subject: distcheck fixes X-Git-Tag: BRANCH-RELEASE-0_7_4-ROOT~150 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=452268280e96436bca1fc35859957d1b044a2fb8;p=platform%2Fupstream%2Fgstreamer.git distcheck fixes Original commit message from CVS: distcheck fixes --- diff --git a/gst/Makefile.am b/gst/Makefile.am index 3db231c..096c944 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -191,6 +191,7 @@ built_headers = \ libgstreamer_@GST_MAJORMINOR@include_HEADERS = $(gst_headers) $(built_headers) noinst_HEADERS = \ + gettext.h \ gst-i18n-lib.h \ gst-i18n-app.h \ gst_private.h \ diff --git a/gst/gst.c b/gst/gst.c index 3b3650d..7b537b1 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -25,6 +25,7 @@ #include "gst_private.h" #include "gst-i18n-lib.h" +#include /* for LC_ALL */ #include "gst.h" #include "gstqueue.h"