summaryrefslogtreecommitdiff
path: root/examples/cm
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-01-10 16:43:25 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-01-10 18:12:20 +0000
commit371dfac9776b66cb04c449f4f3e5b5a6ddfa4a5e (patch)
treea6992ad14b52214fc75ad6d06acc36c186f6c9f5 /examples/cm
parent3e1ed6823ff128c73656239dcf2fe0c4589e9f8a (diff)
downloadtelepathy-glib-371dfac9776b66cb04c449f4f3e5b5a6ddfa4a5e.tar.gz
Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile C
Diffstat (limited to 'examples/cm')
-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
5 files changed, 15 insertions, 0 deletions
diff --git a/examples/cm/callable/Makefile.am b/examples/cm/callable/Makefile.am
index 21342ab50..0a04041ec 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 ba853cc1d..d0c5a6a8a 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 84f420dcc..609a18514 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 6f33246d4..437e5614a 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 b0d850e9d..f12c374db 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)