]> err.no Git - libchamplain/commitdiff
Update the files in Makefile.am
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Fri, 18 Sep 2009 14:16:44 +0000 (16:16 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 21 Sep 2009 16:19:45 +0000 (12:19 -0400)
bindings/perl/Champlain/Makefile.am

index 186c29d68fedd1faeb10de4f21b7da822156f380..75d903eeae29ec0ff833be064e5fcbf1c54e1d8d 100644 (file)
@@ -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