Some (awful) toolbar images added.
The inline image data (guipixbufs.h) are automatically generated, but
I don't know how to use it.
1.1 --- a/Makefile.am Thu Jul 28 17:06:13 2005 +0000
1.2 +++ b/Makefile.am Thu Jul 28 19:09:39 2005 +0000
1.3 @@ -1,6 +1,10 @@
1.4 AM_CPPFLAGS = -I$(top_srcdir)
1.5 LDADD = $(top_builddir)/lemon/libemon.la
1.6
1.7 +
1.8 +noinst_DATA = guipixbufs.h
1.9 +CLEANFILES = $(noinst_DATA)
1.10 +
1.11 bin_PROGRAMS = gd
1.12
1.13 gd_SOURCES = \
1.14 @@ -25,3 +29,23 @@
1.15
1.16 gd_CXXFLAGS = $(GTK_CFLAGS)
1.17 gd_LDFLAGS = $(GTK_LIBS)
1.18 +
1.19 +IMAGES = addlink.png addnode.png delete.png \
1.20 + editlink.png editnode.png move.png newmap.png
1.21 +
1.22 +VARIABLES = \
1.23 + gui_icons_addlink $(srcdir)/addlink.png \
1.24 + gui_icons_addnode $(srcdir)/addnode.png \
1.25 + gui_icons_delete $(srcdir)/delete.png \
1.26 + gui_icons_editlink $(srcdir)/editlink.png \
1.27 + gui_icons_editnode $(srcdir)/editnode.png \
1.28 + gui_icons_move $(srcdir)/move.png \
1.29 + gui_icons_newmap $(srcdir)/newmap.png
1.30 +
1.31 +
1.32 +guipixbufs.h: $(IMAGES)
1.33 + gdk-pixbuf-csource \
1.34 + --raw --build-list $(VARIABLES) > guipixbufs.h || \
1.35 + ( rm -f guipixbufs.h && false )
1.36 +
1.37 +EXTRA_DIST = $(IMAGES) guipixbufs.h
2.1 Binary file addlink.png has changed
3.1 Binary file addnode.png has changed
4.1 Binary file delete.png has changed
5.1 Binary file editlink.png has changed
6.1 Binary file editnode.png has changed
7.1 Binary file move.png has changed
8.1 Binary file newmap.png has changed