This is the location that you should put your static gtk, glib, and
gdk libraries in if you wish to compile a statically linked binary of
GTKeyboard.  Right now, I'm not distributing statically linked
binaries on my page as of version 0.7, but if you need one, you can
either build it yourself or email me, and I can build one for you and
send it to you.  I think that right now the statically linked binary
is going to end up being about 2.5MB - whereas the dynamically linked
binary is about 200k.  So you decide which you want.  :)

In the makefile, if you type make obscure, it will copy what MY
default statically linked libraries are to this directory, enabling
you to just type "make static" to compile a static copy.  If your
libraries are not the following, then you'll have to tweak the
makefile, which isn't hard.

/usr/lib/libgtk.a
/usr/lib/libgdk.a
/usr/lib/libglib.a

David Allen