mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
bluez: Fix make dist while bluez >= 5 is not available
This commit is contained in:
parent
631b2d8826
commit
d533bfddb5
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,9 @@ libgstbluez_la_SOURCES = \
|
||||||
gsta2dpsink.c \
|
gsta2dpsink.c \
|
||||||
gstavdtpsink.c \
|
gstavdtpsink.c \
|
||||||
gstavdtpsrc.c \
|
gstavdtpsrc.c \
|
||||||
gstavdtputil.c \
|
gstavdtputil.c
|
||||||
|
|
||||||
|
nodist_libgstbluez_la_SOURCES = \
|
||||||
$(BUILT_SOURCES)
|
$(BUILT_SOURCES)
|
||||||
|
|
||||||
libgstbluez_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
libgstbluez_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||||
|
@ -30,8 +32,7 @@ noinst_HEADERS = \
|
||||||
gsta2dpsink.h \
|
gsta2dpsink.h \
|
||||||
gstavdtpsink.h \
|
gstavdtpsink.h \
|
||||||
gstavdtpsrc.h \
|
gstavdtpsrc.h \
|
||||||
gstavdtputil.h \
|
gstavdtputil.h
|
||||||
bluez.h
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
bluez.h \
|
bluez.h \
|
||||||
|
|
Loading…
Reference in a new issue