Salut Jean-Denis,
Jean-Denis Giguere wrote:
> I try to use libtool and automake to build 2 librairies named
> _gvmodule.la _gtkmissing.la .
>
> I use the following line in my Makefile.am :
>
> openevexec_LTLIBRARIES= _gvmodule.la _gtkmissing.la
>
> When I run automake I have the following e
>>> "Jean-Denis" == Jean-Denis Giguere <[EMAIL PROTECTED]> writes:
Jean-Denis> Hi list,
Jean-Denis> I try to use libtool and automake to build 2 librairies named
Jean-Denis> _gvmodule.la _gtkmissing.la .
I surmise that these are Python modules, so you should simply
state so in your Makefile.am
Jean-Denis Giguere wrote:
> pymod/Makefile.am:4: `_gtkmissing.la' is not a standard libtool library name
> [...]
> The pygtk-2.4.0 use this kind of configuration and it works well.
>
> I would really appreciate if someone may point me a document where I can
> find more informations about this prob
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi list,
I try to use libtool and automake to build 2 librairies named
_gvmodule.la _gtkmissing.la .
I use the following line in my Makefile.am :
openevexec_LTLIBRARIES = _gvmodule.la _gtkmissing.la
When I run automake I have the following error messag