[clutter-gst/clutter-gst-3.0] examples: fix linking problem by replacing LDFLAGS with LDADD
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/clutter-gst-3.0] examples: fix linking problem by replacing LDFLAGS with LDADD
- Date: Tue, 23 Dec 2014 14:25:07 +0000 (UTC)
commit c89a3c5db6e5adf8d6b78fb5a3290601ffaa5eab
Author: Ting-Wei Lan <lantw src gnome org>
Date: Mon Dec 22 23:02:37 2014 +0800
examples: fix linking problem by replacing LDFLAGS with LDADD
examples/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 23d39b7..bfbc1b5 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -8,7 +8,7 @@ AM_CPPFLAGS = -I$(top_srcdir) \
camera_player_SOURCES = camera-player.c
camera_player_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)
-camera_player_LDFLAGS = \
+camera_player_LDADD = \
$(CLUTTER_GST_LIBS) \
$(GST_LIBS) \
$(top_builddir)/clutter-gst/libclutter-gst- CLUTTER_GST_MAJORMINOR@.la
@@ -36,7 +36,7 @@ video_sink_navigation_LDADD = \
video_content_SOURCES = video-content.c
video_content_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)
-video_content_LDFLAGS = \
+video_content_LDADD = \
$(CLUTTER_GST_LIBS) \
$(GST_LIBS) \
$(top_builddir)/clutter-gst/libclutter-gst- CLUTTER_GST_MAJORMINOR@.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]