clutter: Install cally headers again when using autotools

The install step was accidentally removed.
This commit is contained in:
Jonas Ådahl 2018-11-07 11:26:54 +01:00
parent 4ce4a2b134
commit fc5b94e077

View File

@ -544,6 +544,9 @@ cally_sources_private = \
cally/cally-actor-private.h \
$(NULL)
cally_includedir = $(clutter_base_includedir)/cally
cally_include_HEADERS = $(cally_sources_h)
# general build rules:
# you should not need to modify anything below this point