[cairo] linking to cairo

Dustin Norlander dustinn at gmail.com
Fri Oct 7 18:48:44 PDT 2005


Hello,

I am working on a plugin for an existing system.  The plugin will
depend on cairo for drawing..  I can not figure out how to get cairo
to link.  I have been banging my head on this and can't figure it out.
 Can anyone help?

The Makefile.am looks like this:
----------------------------------------------
themelibdir = ${pkglibdir}/theme
themelib_LTLIBRARIES = basic.la

noinst_HEADERS = window.h draw.h font.h

basic_la_SOURCES = basic.c window.c draw.c font.c
basic_la_LDFLAGS = -module
------------------------------

If anyone can help I would appreciate it..

Thanks,
Dustin


More information about the cairo mailing list