]> err.no Git - libchamplain/commitdiff
Fix Bug 591128: Perl bindings are not provided in the tar.gz
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 10 Aug 2009 19:26:56 +0000 (15:26 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 10 Aug 2009 19:26:56 +0000 (15:26 -0400)
bindings/Makefile.am
bindings/perl/Champlain/Makefile.am [new file with mode: 0644]
configure.ac

index 41b807a3f2d05891ff904bb4ed6f4986cf8425c7..1cb6f774955657c83738f0c50f2c9fbf6f0fc2c5 100644 (file)
@@ -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 (file)
index 0000000..186c29d
--- /dev/null
@@ -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
+
index ff1a6cf08b13b282e821a97d64fb3f1ad8ff1883..2d04dc0d1e5cb55e1548881bce2dac690c1a4337 100644 (file)
@@ -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