Add the droute and dbind libraries as static libraries within this repository.
authorMark Doffman <mark.doffman@codethink.co.uk>
Sat, 7 Nov 2009 17:49:15 +0000 (17:49 +0000)
committerMark Doffman <mark.doffman@codethink.co.uk>
Sat, 7 Nov 2009 17:49:15 +0000 (17:49 +0000)
commitf35ba2e4b28768ab3f6a07403a3bd360162094ed
treef2dd59c2a771b2d93da7bd4a1e4662ca0f077fa9
parentbeccc6ec73af048833f1b95b4b7e6e29cfabce13
Add the droute and dbind libraries as static libraries within this repository.
Previously these were shared libraries in at-spi2-core.
23 files changed:
Makefile.am
README
atk-adaptor/Makefile.am
atk-adaptor/accessible-adaptor.c
common/Makefile.am
configure.ac
cspi/Makefile.am
dbind/Makefile.am [new file with mode: 0644]
dbind/dbind-any.c [new file with mode: 0644]
dbind/dbind-any.h [new file with mode: 0644]
dbind/dbind.c [new file with mode: 0644]
dbind/dbind.h [new file with mode: 0644]
dbind/dbtest.c [new file with mode: 0644]
droute/Makefile.am [new file with mode: 0644]
droute/droute-pairhash.c [new file with mode: 0644]
droute/droute-pairhash.h [new file with mode: 0644]
droute/droute-test.c [new file with mode: 0644]
droute/droute-variant.c [new file with mode: 0644]
droute/droute-variant.h [new file with mode: 0644]
droute/droute.c [new file with mode: 0644]
droute/droute.h [new file with mode: 0644]
droute/test.interface.One [new file with mode: 0644]
droute/test.interface.Two [new file with mode: 0644]