[Telepathy-commits] [telepathy-glib/master] Improve build process for echo-2 example CM
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Dec 18 10:41:23 PST 2008
20080414170920-53eee-45355d03456333130870b98c52d245bf2fea4bdf.gz
---
examples/cm/echo-message-parts/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/examples/cm/echo-message-parts/Makefile.am b/examples/cm/echo-message-parts/Makefile.am
index ded3b6a..87bf56b 100644
--- a/examples/cm/echo-message-parts/Makefile.am
+++ b/examples/cm/echo-message-parts/Makefile.am
@@ -11,12 +11,14 @@ libexample_cm_echo_2_la_SOURCES = \
manager.c \
manager.h
+libexample_cm_echo_2_la_LIBADD = \
+ $(TP_GLIB_LIBS)
+
telepathy_example_cm_echo_2_SOURCES = \
main.c
telepathy_example_cm_echo_2_LDADD = \
- $(TP_GLIB_LIBS) \
- libexample-cm-echo-2.la
+ $(noinst_LTLIBRARIES)
AM_CFLAGS = \
$(ERROR_CFLAGS) \
--
1.5.6.5
More information about the Telepathy-commits
mailing list