[farsight2/master] Add missing files to tarball

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:26:43 PST 2008


---
 docs/Makefile.am                |    5 ++++-
 docs/plugins/Makefile.am        |    4 +++-
 gst/fsrtpconference/Makefile.am |    8 +++++---
 python/Makefile.am              |    1 +
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 2f2b703..e6eff9e 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,4 +1,7 @@
 
 SUBDIRS = libs plugins
 
-EXTRA_DIST = codingstyle.txt
+EXTRA_DIST = \
+	codingstyle.txt \
+	multi-party-negotiation.txt \
+	nego-use-cases.txt
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 4ef3581..2309554 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -104,7 +104,9 @@ HTML_IMAGES =
 content_files =
 
 # Other files to distribute.
-extra_files =
+extra_files = \
+	farsight2-transmitters.types \
+	gtkdoc-scangobj-transmitters
 
 # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
 # contains GtkObjects/GObjects and you want to document signals and properties.
diff --git a/gst/fsrtpconference/Makefile.am b/gst/fsrtpconference/Makefile.am
index 7f8957c..5e96932 100644
--- a/gst/fsrtpconference/Makefile.am
+++ b/gst/fsrtpconference/Makefile.am
@@ -56,14 +56,16 @@ libfsrtpconference_la_LIBADD = \
 if ENABLE_GTK_DOC
 noinst_LTLIBRARIES = libfsrtpconference_doc.la
 
-libfsrtpconference_doc_la_SOURCES = gstfsrtpconference_doc.c $(common_SOURCES)
-nodist_libfsrtpconference_doc_la_SOURCES = $(nodist_libfsrtpconference_la_SOURCES)
+nodist_libfsrtpconference_doc_la_SOURCES = \
+	gstfsrtpconference_doc.c  \
+	$(common_SOURCES) \
+	$(nodist_libfsrtpconference_la_SOURCES)
 libfsrtpconference_doc_la_CFLAGS = $(libfsrtpconference_la_CFLAGS)
 libfsrtpconference_doc_la_LIBADD = $(libfsrtpconference_la_LIBADD)
 
 gstfsrtpconference_doc.c: gstfsrtpconference.c
 	sed -e 's:GST_PLUGIN_DEFINE:GST_PLUGIN_DEFINE_STATIC:' \
-		gstfsrtpconference.c > gstfsrtpconference_doc.c
+		$(srcdir)/gstfsrtpconference.c > gstfsrtpconference_doc.c
 
 BUILT_SOURCES += gstfsrtpconference_doc.c
 endif
diff --git a/python/Makefile.am b/python/Makefile.am
index 6683e6b..3b49e28 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -42,6 +42,7 @@ EXTRA_DIST =			\
 	pyfarsight.override	\
 	pyfarsight.defs		\
 	example.py		\
+	pyfarsight-filter.defs  \
 	rebuild-defs.sh
 
 CLEANFILES = $(BUILT_SOURCES)
-- 
1.5.6.5




More information about the farsight-commits mailing list