cally: Add introspection generation

Toolkits and applications not written in C might still need access to
the Cally API to write accessibility extensions based on it for their
own native elements.
This commit is contained in:
Emmanuele Bassi
2010-07-07 15:57:43 +01:00
parent a2f8ce175f
commit a3c69dc27c
3 changed files with 30 additions and 8 deletions

View File

@ -73,8 +73,6 @@ libcallydir=$(includedir)/clutter-@CLUTTER_API_VERSION@/cally
# unlikely in any real final clutter-based application to use only raw
# CALLY. In fact, after HAIL experience, probably export GAIL
# interfaces would be a good idea
libcally_HEADERS = \
$(cally_h_sources)
libcally_HEADERS = $(cally_h_sources)
libcally_la_LIBADD = \
$(CLUTTER_LIBS)
libcally_la_LIBADD = $(CLUTTER_LIBS)