summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-11-07 11:26:54 +0100
committerJonas Ådahl <jadahl@gmail.com>2018-11-07 12:54:41 +0000
commitfc5b94e077087815892eafa4e9d4fa434de34459 (patch)
treee0438fe20b3b78f9e7fc0b9eb915086d03d4c83f
parent4ce4a2b134c85e4b44afdf4a03ae7467392d1844 (diff)
downloadmutter-fc5b94e077087815892eafa4e9d4fa434de34459.tar.gz
clutter: Install cally headers again when using autotools
The install step was accidentally removed.
-rw-r--r--clutter/clutter/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/clutter/clutter/Makefile.am b/clutter/clutter/Makefile.am
index 1c2d5e591..028f056e8 100644
--- a/clutter/clutter/Makefile.am
+++ b/clutter/clutter/Makefile.am
@@ -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