From d533bfddb527012654ece8c6301f6bffa4192c7a Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 8 Jul 2015 17:17:18 +0200 Subject: [PATCH] bluez: Fix make dist while bluez >= 5 is not available --- sys/bluez/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/bluez/Makefile.am b/sys/bluez/Makefile.am index 7520040205..48922f0cbf 100644 --- a/sys/bluez/Makefile.am +++ b/sys/bluez/Makefile.am @@ -5,7 +5,9 @@ libgstbluez_la_SOURCES = \ gsta2dpsink.c \ gstavdtpsink.c \ gstavdtpsrc.c \ - gstavdtputil.c \ + gstavdtputil.c + +nodist_libgstbluez_la_SOURCES = \ $(BUILT_SOURCES) libgstbluez_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ @@ -30,8 +32,7 @@ noinst_HEADERS = \ gsta2dpsink.h \ gstavdtpsink.h \ gstavdtpsrc.h \ - gstavdtputil.h \ - bluez.h + gstavdtputil.h BUILT_SOURCES = \ bluez.h \