mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
distcheck fixes
Original commit message from CVS: distcheck fixes
This commit is contained in:
parent
e0e795633f
commit
452268280e
2 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,7 @@ built_headers = \
|
||||||
libgstreamer_@GST_MAJORMINOR@include_HEADERS = $(gst_headers) $(built_headers)
|
libgstreamer_@GST_MAJORMINOR@include_HEADERS = $(gst_headers) $(built_headers)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
gettext.h \
|
||||||
gst-i18n-lib.h \
|
gst-i18n-lib.h \
|
||||||
gst-i18n-app.h \
|
gst-i18n-app.h \
|
||||||
gst_private.h \
|
gst_private.h \
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
#include "gst-i18n-lib.h"
|
#include "gst-i18n-lib.h"
|
||||||
|
#include <locale.h> /* for LC_ALL */
|
||||||
|
|
||||||
#include "gst.h"
|
#include "gst.h"
|
||||||
#include "gstqueue.h"
|
#include "gstqueue.h"
|
||||||
|
|
Loading…
Reference in a new issue