[libchamplain] Fix Bug 591128: Perl bindings are not provided in the tar.gz



commit 50996d3567fb6c9c9a7342fbfdf492016a5522ae
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Mon Aug 10 15:26:56 2009 -0400

    Fix Bug 591128: Perl bindings are not provided in the tar.gz

 bindings/Makefile.am                |    2 +-
 bindings/perl/Champlain/Makefile.am |   54 +++++++++++++++++++++++++++++++++++
 configure.ac                        |    1 +
 3 files changed, 56 insertions(+), 1 deletions(-)
---
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 41b807a..1cb6f77 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -8,5 +8,5 @@ if ENABLE_PYTHON
   SUBDIRS+=python
 endif
 
-DIST_SUBDIRS= managed python
+DIST_SUBDIRS= managed python perl/Champlain
 
diff --git a/bindings/perl/Champlain/Makefile.am b/bindings/perl/Champlain/Makefile.am
new file mode 100644
index 0000000..186c29d
--- /dev/null
+++ b/bindings/perl/Champlain/Makefile.am
@@ -0,0 +1,54 @@
+EXTRA_DIST =				\
+	champlain-perl.h		\
+	Makefile			\
+	Makefile.in			\
+	MANIFEST			\
+	maps				\
+	README				\
+	Changes				\
+	Makefile.am			\
+	Makefile.PL			\
+	MANIFEST.SKIP			\
+	maps-gtk			\
+	examples/animated-marker.pl	\
+	examples/capitals.pl		\
+	examples/flickr.pl		\
+	examples/gtk2.pl		\
+	examples/image.pl		\
+	examples/launcher.pl		\
+	examples/polygons.pl		\
+	examples/images/flickr.png	\
+	examples/images/who.png		\
+	lib/Champlain.pm		\
+	t/ChamplainBaseMarker.t		\
+	t/ChamplainMapSource.t		\
+	t/ChamplainPolygon.t		\
+	t/ChamplainView.t		\
+	t/ChamplainLayer.t		\
+	t/ChamplainMarker.t		\
+	t/ChamplainSelectionLayer.t	\
+	t/ChamplainZoomLevel.t		\
+	t/ChamplainMapSourceDesc.t	\
+	t/ChamplainNetworkMapSource.t	\
+	t/Champlain.t			\
+	t/Gtk2ChamplainEmbed.t		\
+	t/ChamplainMapSourceFactory.t	\
+	t/ChamplainPoint.t		\
+	t/ChamplainTile.t		\
+	xs/ChamplainBaseMarker.xs	\
+	xs/ChamplainMapSourceFactory.xs	\
+	xs/ChamplainPoint.xs		\
+	xs/ChamplainView.xs		\
+	xs/ChamplainCache.xs		\
+	xs/ChamplainMapSource.xs	\
+	xs/ChamplainPolygon.xs		\
+	xs/Champlain.xs			\
+	xs/ChamplainLayer.xs		\
+	xs/ChamplainMarker.xs		\
+	xs/ChamplainSelectionLayer.xs	\
+	xs/ChamplainZoomLevel.xs	\
+	xs/ChamplainMapSourceDesc.xs	\
+	xs/ChamplainNetworkMapSource.xs	\
+	xs/ChamplainTile.xs		\
+	xs/Gtk2ChamplainEmbed.xs
+
diff --git a/configure.ac b/configure.ac
index ff1a6cf..2d04dc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -204,6 +204,7 @@ AC_CONFIG_FILES([Makefile
                  docs/reference/version.xml
                  champlain.pc
                  champlain-uninstalled.pc
+                 bindings/perl/Champlain/Makefile
                  bindings/python/Makefile
                  bindings/python/champlain/Makefile
                  bindings/python/champlain-gtk/Makefile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]