[farsight2/master] Add python examples in the tarball
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:21:26 PST 2008
---
configure.ac | 1 +
python/Makefile.am | 3 ++-
tests/Makefile.am | 4 ++--
tests/gui/Makefile.am | 1 +
4 files changed, 6 insertions(+), 3 deletions(-)
create mode 100644 tests/gui/Makefile.am
diff --git a/configure.ac b/configure.ac
index f0ac06e..bcfbd31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -376,6 +376,7 @@ dnl pkgconfig/farsight2-uninstalled.pc
tests/Makefile
tests/check/Makefile
tests/rtp/Makefile
+tests/gui/Makefile
docs/Makefile
docs/libs/Makefile
docs/version.entities
diff --git a/python/Makefile.am b/python/Makefile.am
index 475479e..71103f3 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -40,6 +40,7 @@ pyfarsight.c: pyfarsight.override pyfarsight.defs
EXTRA_DIST = \
pyfarsight.override \
- pyfarsight.defs
+ pyfarsight.defs \
+ example.py
CLEANFILES = $(BUILT_SOURCES)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dfba5ae..ae5ff97 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,6 +4,6 @@ else
SUBDIRS_CHECK =
endif
-SUBDIRS = $(SUBDIRS_CHECK) rtp
+SUBDIRS = $(SUBDIRS_CHECK) rtp gui
-DIST_SUBDIRS = check rtp
+DIST_SUBDIRS = check rtp gui
diff --git a/tests/gui/Makefile.am b/tests/gui/Makefile.am
new file mode 100644
index 0000000..10a8a39
--- /dev/null
+++ b/tests/gui/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = fs2-gui.glade fs2_gui_net.py fs2-gui.py
--
1.5.6.5
More information about the farsight-commits
mailing list