[telepathy-sofiasip/master] Added the new sources to the build
Mikhail Zabaluev
mikhail.zabaluev at nokia.com
Mon Nov 30 05:51:21 PST 2009
---
tpsip/Makefile.am | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/tpsip/Makefile.am b/tpsip/Makefile.am
index 075ce49..d44e868 100644
--- a/tpsip/Makefile.am
+++ b/tpsip/Makefile.am
@@ -14,15 +14,19 @@ AM_CPPFLAGS = @GLIB_CFLAGS@ @TELEPATHY_GLIB_CFLAGS@ @SOFIA_SIP_UA_CFLAGS@ \
tpsip_includedir = $(includedir)/telepathy-sofiasip-0.6/tpsip
tpsip_include_HEADERS = \
+ sofia-decls.h \
+ codec-param-formats.h \
event-target.h \
- sofia-decls.h
+ util.h
BUILT_SOURCES = \
signals-marshal.h \
signals-marshal.c
libtpsip_la_SOURCES = \
- event-target.c
+ codec-param-formats.c \
+ event-target.c \
+ util.c
nodist_libtpsip_la_SOURCES = \
signals-marshal.h \
@@ -32,6 +36,8 @@ EXTRA_DIST = signals-marshal.list
CLEANFILES = $(BUILT_SOURCES)
+CLEANFILES += *.gcno
+
signals-marshal.c: ${srcdir}/signals-marshal.list
glib-genmarshal --body --prefix=_tpsip_marshal $< >$@ || rm -f $@
--
1.5.6.5
More information about the telepathy-commits
mailing list