diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-03-15 18:15:21 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-03-15 18:15:25 +0000 |
commit | e77e5c7c6982e7b0ec167a812d5eae5082193a52 (patch) | |
tree | 90d48b1c26938fd67fe82fa784f47701fa0f90a7 /examples/client | |
parent | 64a19c7d218db2429b49b578e267c24871657774 (diff) | |
parent | 6418d8a197b080e116ba209ea8733263e3a4ef24 (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/client')
-rw-r--r-- | examples/client/Makefile.am | 3 | ||||
-rw-r--r-- | examples/client/stream-tubes/Makefile.am | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/client/Makefile.am b/examples/client/Makefile.am index bc282bb8c..c4525994f 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 eaecbe4ce..1f687f360 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) |