summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-15 18:15:21 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-15 18:15:25 +0000
commite77e5c7c6982e7b0ec167a812d5eae5082193a52 (patch)
tree90d48b1c26938fd67fe82fa784f47701fa0f90a7 /examples
parent64a19c7d218db2429b49b578e267c24871657774 (diff)
parent6418d8a197b080e116ba209ea8733263e3a4ef24 (diff)
Merge branch 'ldflags'
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32976
Diffstat (limited to 'examples')
-rw-r--r--examples/client/Makefile.am3
-rw-r--r--examples/client/stream-tubes/Makefile.am3
-rw-r--r--examples/cm/callable/Makefile.am3
-rw-r--r--examples/cm/channelspecific/Makefile.am3
-rw-r--r--examples/cm/echo-message-parts/Makefile.am3
-rw-r--r--examples/cm/extended/Makefile.am3
-rw-r--r--examples/cm/no-protocols/Makefile.am3
-rw-r--r--examples/extensions/Makefile.am3
-rw-r--r--examples/future/call-cm/Makefile.am3
9 files changed, 27 insertions, 0 deletions
diff --git a/examples/client/Makefile.am b/examples/client/Makefile.am
index bc282bb8..c4525994 100644
--- a/examples/client/Makefile.am
+++ b/examples/client/Makefile.am
@@ -59,3 +59,6 @@ AM_CPPFLAGS = \
$(NULL)
AM_CFLAGS = $(ERROR_CFLAGS)
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
diff --git a/examples/client/stream-tubes/Makefile.am b/examples/client/stream-tubes/Makefile.am
index eaecbe4c..1f687f36 100644
--- a/examples/client/stream-tubes/Makefile.am
+++ b/examples/client/stream-tubes/Makefile.am
@@ -18,3 +18,6 @@ AM_CFLAGS = \
@DBUS_CFLAGS@ \
@GLIB_CFLAGS@ \
@TP_GLIB_CFLAGS@
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
diff --git a/examples/cm/callable/Makefile.am b/examples/cm/callable/Makefile.am
index 21342ab5..0a04041e 100644
--- a/examples/cm/callable/Makefile.am
+++ b/examples/cm/callable/Makefile.am
@@ -66,3 +66,6 @@ AM_CPPFLAGS = \
$(NULL)
AM_CFLAGS = $(ERROR_CFLAGS)
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
diff --git a/examples/cm/channelspecific/Makefile.am b/examples/cm/channelspecific/Makefile.am
index ba853cc1..d0c5a6a8 100644
--- a/examples/cm/channelspecific/Makefile.am
+++ b/examples/cm/channelspecific/Makefile.am
@@ -65,3 +65,6 @@ AM_CPPFLAGS = \
$(NULL)
AM_CFLAGS = $(ERROR_CFLAGS)
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
diff --git a/examples/cm/echo-message-parts/Makefile.am b/examples/cm/echo-message-parts/Makefile.am
index 84f420dc..609a1851 100644
--- a/examples/cm/echo-message-parts/Makefile.am
+++ b/examples/cm/echo-message-parts/Makefile.am
@@ -61,3 +61,6 @@ AM_CPPFLAGS = \
$(NULL)
AM_CFLAGS = $(ERROR_CFLAGS)
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
diff --git a/examples/cm/extended/Makefile.am b/examples/cm/extended/Makefile.am
index 6f33246d..437e5614 100644
--- a/examples/cm/extended/Makefile.am
+++ b/examples/cm/extended/Makefile.am
@@ -50,3 +50,6 @@ AM_CPPFLAGS = \
$(NULL)
AM_CFLAGS = $(ERROR_CFLAGS)
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
diff --git a/examples/cm/no-protocols/Makefile.am b/examples/cm/no-protocols/Makefile.am
index b0d850e9..f12c374d 100644
--- a/examples/cm/no-protocols/Makefile.am
+++ b/examples/cm/no-protocols/Makefile.am
@@ -45,3 +45,6 @@ AM_CPPFLAGS = \
$(NULL)
AM_CFLAGS = $(ERROR_CFLAGS)
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
diff --git a/examples/extensions/Makefile.am b/examples/extensions/Makefile.am
index ba59776c..636a8257 100644
--- a/examples/extensions/Makefile.am
+++ b/examples/extensions/Makefile.am
@@ -14,6 +14,9 @@ AM_CFLAGS = \
$(DBUS_CFLAGS) \
$(GLIB_CFLAGS) \
$(TP_GLIB_CFLAGS)
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
EXTRA_DIST = \
all.xml \
diff --git a/examples/future/call-cm/Makefile.am b/examples/future/call-cm/Makefile.am
index 0193afe2..9df367c5 100644
--- a/examples/future/call-cm/Makefile.am
+++ b/examples/future/call-cm/Makefile.am
@@ -67,6 +67,9 @@ AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
$(NULL)
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
AM_CFLAGS = $(ERROR_CFLAGS)