- Added pkg-config files (.pc.in), so after the library is installed you can
authorPhilip Chimento <philip.chimento@gmail.com>
Thu, 23 Apr 2009 20:52:47 +0000 (20:52 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Thu, 23 Apr 2009 20:52:47 +0000 (20:52 +0000)
commit24aef54d7203143092c9a7c91096c54494590851
tree0a63f14ff5b181c6c63e925d7a7927f68db42a47
parentd3445e43a2ce2453f8e2cd5ed9edd8b23ae54446
- 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.

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@38 ddfedd41-794f-dd11-ae45-00112f111e67
.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