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)
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
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
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
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