Re: Help needed with autoconf and gtk+2.0 (my first configure.ac)



Hi,

Ruben Porras <nahoo82 telefonica net> writes:

> I have placed this Makefile.am in the pixmaps directorie
> 
> ## Process this file with automake to produce Makefile.in
> 
> pixmapdir = $(datadir)/pixmaps
> 
> EXTRA_DIST = bomb.xmp debian.xpm left.xpm \
> 	right.xpm rotate.xpm source.xpm
> 
> pixmap_DATA = bomb.xmp debian.xpm left.xpm \
> 	right.xpm rotate.xpm source.xpm
> 
> But when I try to compile it with make
> 
> make[2]: Leaving directory `/home/bennett/Programacion/GtkLilo/pixmaps'
> make[2]: Entering directory `/home/bennett/Programacion/GtkLilo/pixmaps'
> make[2]: *** There is no rule to build the aim `bomb.xmp', needed for `all-am'.  Stop.

you have a typo there (bomb.xmp), it should probably be:

 pixmap_DATA = bomb.xpm debian.xpm left.xpm right.xpm rotate.xpm source.xpm
 EXTRA_DIST = $(pixmap_DATA)


However this is getting off-topic...


Salut, Sven



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]