From: ellson Date: Wed, 23 Jan 2008 20:52:44 +0000 (+0000) Subject: Add smyrna to main graphviz tree X-Git-Tag: LAST_LIBGRAPH~32^2~4822 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aceb7ca5f36816f9d1275037cb50d11079fcd2e9;p=graphviz Add smyrna to main graphviz tree --- diff --git a/share/icons/Makefile.am b/share/icons/Makefile.am new file mode 100644 index 000000000..ebe6fffc7 --- /dev/null +++ b/share/icons/Makefile.am @@ -0,0 +1,15 @@ +# $Id$ $Revision$ +# ## Process this file with automake to produce Makefile.in +# + +iconsdir = $(pkgdatadir)/icons +if WITH_SMYRNA +icons_DATA = add_edge.png AntiselectRect.png AntiselectRectX.png cursor.png \ + deletE_edge.png delete_node.png find_edge.png find_node.png \ + fit_to_screen.png magifier_zoom_out.png magnifier.png \ + magnifier_zoom_in.png move.png new_delete.png new_node.png \ + newzoom.png pan.png select.png selectx.png zoom_in.png \ + zoom_out.png zoom.png +endif + +EXTRA_DIST = $(icons_DATA)