- 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)
commit5ae8c90ba8cbfeaddef0c2ae69cc0745b64cd379
tree0a63f14ff5b181c6c63e925d7a7927f68db42a47
parentbe17c5d5762dbf66acf50cf0698e63295d47d5cb
- Added pkg-config files (.pc.in), so after the library is installed you can
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.
.svnignore
Makefile.am
chimara-plugin.pc.in [new file with mode: 0644]
chimara.pc.in [new file with mode: 0644]
configure.ac
src/Makefile.am
src/input.c
src/strio.c