]> granicus.if.org Git - graphviz/commitdiff
Add smyrna to main graphviz tree
authorellson <devnull@localhost>
Wed, 23 Jan 2008 20:52:44 +0000 (20:52 +0000)
committerellson <devnull@localhost>
Wed, 23 Jan 2008 20:52:44 +0000 (20:52 +0000)
share/icons/Makefile.am [new file with mode: 0644]

diff --git a/share/icons/Makefile.am b/share/icons/Makefile.am
new file mode 100644 (file)
index 0000000..ebe6fff
--- /dev/null
@@ -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)