diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-23 10:43:07 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-23 10:43:07 +0000 |
commit | d5a08c35bad64c16c4ccd8e9cd5a6d6b3b0150cc (patch) | |
tree | f6fde5694c16bd12e85f7430ab47b83be14cdc14 /audio/Makefile.am | |
parent | 8af5664021b471e769b93a345f451f9a20b08ca8 (diff) |
Don't install GStreamer plugin
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r-- | audio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |