gui/Makefile.am
changeset 1659 ab1e97b7b2b7
parent 1656 79a0e02f5516
child 1731 616bc933c2bc
     1.1 --- a/gui/Makefile.am	Sat Aug 27 09:15:59 2005 +0000
     1.2 +++ b/gui/Makefile.am	Sat Aug 27 09:32:34 2005 +0000
     1.3 @@ -1,10 +1,9 @@
     1.4 +SUBDIRS = icons
     1.5 +
     1.6  AM_CPPFLAGS = -I$(top_srcdir)
     1.7  LDADD = $(top_builddir)/lemon/libemon.la
     1.8  
     1.9  
    1.10 -noinst_DATA = guipixbufs.h
    1.11 -CLEANFILES = $(noinst_DATA)
    1.12 -
    1.13  bin_PROGRAMS = glemon
    1.14  
    1.15  glemon_SOURCES = \
    1.16 @@ -27,27 +26,7 @@
    1.17  	new_map_win.cc \
    1.18  	new_map_win.h \
    1.19  	xymap.h \
    1.20 -	guipixbufs.h
    1.21 +	icons/guipixbufs.h
    1.22  
    1.23  glemon_CXXFLAGS = $(GTK_CFLAGS)
    1.24  glemon_LDFLAGS = $(GTK_LIBS)
    1.25 -
    1.26 -IMAGES = addlink.png addnode.png delete.png \
    1.27 -	editlink.png editnode.png move.png newmap.png
    1.28 -
    1.29 -VARIABLES = \
    1.30 -	gui_icons_addlink $(srcdir)/addlink.png \
    1.31 -	gui_icons_addnode $(srcdir)/addnode.png \
    1.32 -	gui_icons_delete $(srcdir)/delete.png \
    1.33 -	gui_icons_editlink $(srcdir)/editlink.png \
    1.34 -	gui_icons_editnode $(srcdir)/editnode.png \
    1.35 -	gui_icons_move $(srcdir)/move.png \
    1.36 -	gui_icons_newmap $(srcdir)/newmap.png
    1.37 -
    1.38 -
    1.39 -guipixbufs.h: $(IMAGES)
    1.40 -	gdk-pixbuf-csource \
    1.41 -	--raw --build-list $(VARIABLES) > guipixbufs.h ||  \
    1.42 -	( rm -f guipixbufs.h && false )
    1.43 -
    1.44 -EXTRA_DIST = $(IMAGES) guipixbufs.h