Re: Help with a variable in a .pc file

2006-10-05 Thread Daniel Espinosa
Ok first, thanks for your help. In Makefile.am I have the SUBDIRS directive point to glade3 (I have cheked seeing the Makefile Produced by autogen.sh and using the conditionals with HAVE_GLADE3 and this last is set to true) and all variables is sustituted correctly (again I inspect the Makefile)

Re: Help with a variable in a .pc file

2006-10-03 Thread Tristan Van Berkom
Daniel Espinosa wrote: >A lot of Thanks for your help, I have made the changes sugested and now I >found in the Makefile that the route to the directories are as spected >'/usr/share/glade3/catalogs' > >But now please help me! I have configure.in and glade/Makefile.am, the >configure process creat

Re: Help with a variable in a .pc file

2006-10-03 Thread Daniel Espinosa
A lot of Thanks for your help, I have made the changes sugested and now I found in the Makefile that the route to the directories are as spected '/usr/share/glade3/catalogs' But now please help me! I have configure.in and glade/Makefile.am, the configure process creates the Makefile.in and Makefil

Re: Help with a variable in a .pc file

2006-10-03 Thread Yeti
On Mon, Oct 02, 2006 at 06:01:30PM -0500, Daniel Espinosa wrote: > Could any help me on how to get a variable value in a .pc file? > > I have the following values in the glade-3.pc file: > > catalogdir=${prefix}/share/glade3/catalogs > pixmapdir=${prefix}/share/glade3/pixmaps > moduledir=${exec_p

Help with a variable in a .pc file

2006-10-02 Thread Daniel Espinosa
Hi all Could any help me on how to get a variable value in a .pc file? I have the following values in the glade-3.pc file: catalogdir=${prefix}/share/glade3/catalogs pixmapdir=${prefix}/share/glade3/pixmaps moduledir=${exec_prefix}/lib/glade3/modules I need this variables in order to install th