From d5a08c35bad64c16c4ccd8e9cd5a6d6b3b0150cc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 23 Aug 2007 10:43:07 +0000 Subject: Don't install GStreamer plugin --- audio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/Makefile.am b/audio/Makefile.am index ac266ca1..f5eb30e9 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -37,7 +37,7 @@ endif if GSTREAMER gstreamerdir = $(libdir)/gstreamer-0.10 -gstreamer_LTLIBRARIES = libgstbluetooth.la +noinst_LTLIBRARIES = libgstbluetooth.la libgstbluetooth_la_SOURCES = gstbluetooth.c gsta2dpsink.h gsta2dpsink.c ipc.h libgstbluetooth_la_LDFLAGS = -module -avoid-version -export-dynamic -- cgit