[gstreamermm] Link the plugin bindings generation tool with $(GSTREAMERMM_LIBS) too
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] Link the plugin bindings generation tool with $(GSTREAMERMM_LIBS) too
- Date: Fri, 15 Apr 2011 08:51:02 +0000 (UTC)
commit 747b0c4fc411a4f4a96ecd544116cac1166aa7b9
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date: Thu Apr 14 19:50:37 2011 +0200
Link the plugin bindings generation tool with $(GSTREAMERMM_LIBS) too
* tools/Makefile.am: Link the plugin bindings generation tool
with $(GSTREAMERMM_LIBS) too. It depends on GObject, glibmm
and other things.
tools/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 142fc88..b63b9c9 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -44,7 +44,7 @@ local_lib = extra_defs_gen/libgstreamermm_get_plugin_defs-$(GSTREAMERMM_API_VERS
extra_defs_gen_generate_plugin_gmmproc_file_SOURCES = \
extra_defs_gen/generate_plugin_gmmproc_file.cc
-extra_defs_gen_generate_plugin_gmmproc_file_LDADD = $(local_lib)
+extra_defs_gen_generate_plugin_gmmproc_file_LDADD = $(GSTREAMERMM_LIBS) $(local_lib)
extra_defs_gen_generate_defs_gst_SOURCES = extra_defs_gen/generate_defs_gst.cc
extra_defs_gen_generate_defs_gst_LDADD = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]