From: Emmanuel Rodriguez Date: Fri, 18 Sep 2009 14:16:44 +0000 (+0200) Subject: Update the files in Makefile.am X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8ec414b0784a9433108547bb9d1ea567143e22;p=libchamplain Update the files in Makefile.am --- diff --git a/bindings/perl/Champlain/Makefile.am b/bindings/perl/Champlain/Makefile.am index 186c29d..75d903e 100644 --- a/bindings/perl/Champlain/Makefile.am +++ b/bindings/perl/Champlain/Makefile.am @@ -1,54 +1,48 @@ -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 - +EXTRA_DIST = \ + champlain-perl.h \ + Changes \ + COPYING \ + examples/animated-marker.pl \ + examples/capitals.pl \ + examples/flickr.pl \ + examples/image.pl \ + examples/images/flickr.png \ + examples/images/who.png \ + examples/launcher.pl \ + examples/polygons.pl \ + lib/Champlain.pm \ + Makefile.am \ + Makefile.PL \ + MANIFEST \ + MANIFEST.SKIP \ + maps \ + README \ + t/ChamplainBaseMarker.t \ + t/ChamplainLayer.t \ + t/ChamplainMapSourceDesc.t \ + t/ChamplainMapSourceFactory.t \ + t/ChamplainMapSource.t \ + t/ChamplainMarker.t \ + t/ChamplainNetworkMapSource.t \ + t/ChamplainPoint.t \ + t/ChamplainPolygon.t \ + t/ChamplainSelectionLayer.t \ + t/Champlain.t \ + t/ChamplainTile.t \ + t/ChamplainView.t \ + t/ChamplainZoomLevel.t \ + xs/ChamplainBaseMarker.xs \ + xs/ChamplainCache.xs \ + xs/ChamplainLayer.xs \ + xs/ChamplainMapSourceDesc.xs \ + xs/ChamplainMapSourceFactory.xs \ + xs/ChamplainMapSource.xs \ + xs/ChamplainMarker.xs \ + xs/ChamplainNetworkMapSource.xs \ + xs/ChamplainPoint.xs \ + xs/ChamplainPolygon.xs \ + xs/ChamplainSelectionLayer.xs \ + xs/ChamplainTile.xs \ + xs/ChamplainView.xs \ + xs/Champlain.xs \ + xs/ChamplainZoomLevel.xs