mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user