distcheck fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 11:46:12 +0000 (11:46 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 11:46:12 +0000 (11:46 +0000)
Original commit message from CVS:
distcheck fixes

gst/Makefile.am
gst/gst.c

index 3db231c..096c944 100644 (file)
@@ -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           \
index 3b3650d..7b537b1 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -25,6 +25,7 @@
 
 #include "gst_private.h"
 #include "gst-i18n-lib.h"
+#include <locale.h>            /* for LC_ALL */
 
 #include "gst.h"
 #include "gstqueue.h"