How do I add an extra C object to the wand shared library?

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
finnianr
Posts: 1
Joined: 2011-11-09T12:08:37-07:00
Authentication code: 8675308

How do I add an extra C object to the wand shared library?

Post by finnianr »

How do I add an extra C object to the wand shared library?

I added the relevant entries to makefile.am in the wand dir, and then did a make distclean followed by a reconfigure. However I don't see a file libMagickWand_la-XXX.lo being generated so I assume there must be some other configuration file I have to add an entry to but I have no idea which one. I have looked everywhere.

Also when I did an install my header file wasn't copied.

Is there an autoconf tools expert who could help me out?

Help greatly appreciated.

Finnian
Post Reply