Re: Help needed with autoconf and gtk+2.0 (my first configure.ac)
- From: Sven Neumann <sven gimp org>
- To: Ruben Porras <nahoo82 telefonica net>
- Cc: lista gtk+ <gtk-list gnome org>
- Subject: Re: Help needed with autoconf and gtk+2.0 (my first configure.ac)
- Date: 28 Aug 2002 19:46:12 +0200
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]