From: Pierre-Luc Beaudoin Date: Mon, 10 Aug 2009 19:26:56 +0000 (-0400) Subject: Fix Bug 591128: Perl bindings are not provided in the tar.gz X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50996d3567fb6c9c9a7342fbfdf492016a5522ae;p=libchamplain Fix Bug 591128: Perl bindings are not provided in the tar.gz --- 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