- Added pkg-config files (.pc.in), so after the library is installed you can
authorfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Thu, 23 Apr 2009 20:52:47 +0000 (20:52 +0000)
committerfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Thu, 23 Apr 2009 20:52:47 +0000 (20:52 +0000)
link to it with `pkg-config --cflags --libs chimara`.
- Plugins need <glib.h> to compile, for the definition of glui32 and glsi32
in glk.h; don't know why this worked before.
- Fixed libtool craziness. Apparently when you declare your plugins "noinst"
then libtool "figures out" that it doesn't need to build shared libraries.


No differences found