>> And use `#include ' in all other
>> headers that include it.
Ossama> BTW, I do exactly what Alexandre suggests in some of my
Ossama> own packages. It works out quite nicely.
But be careful: if any of the C code in the package itself includes
you might be in for a nasty surp
> In your situation I recommend using automake conditionals and not
> @SWIG_LIBRARIES@. This will simplify your life.
>if SWIG
>lib_LTLIBRARIES = libgenie.la libge.la libgeperl.la libgeguile.la
>else
>lib_LTLIBRARIES = libgenie.la
>endif
I was trying that, and I get these
[note: I've subscribed to [EMAIL PROTECTED] but I'm not sure if it has
gone through yet, so please copy me on replies!]
Or am I just confused? I'm build shared libraries for SWIG wrappers
for Guile, Python and Perl. That works fine, but then I want to make
it all contingent upon SWIG being fou