summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5dec59880..cae798703 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,10 @@ cogl_headers = \
$(top_builddir)/clutter/cogl/cogl.h \
$(NULL)
+# this is copied in from common/ to make cogl.h work, but we
+# need to clean it up ourselves once we're done
+DISTCLEANFILES = cogl-enum-types.h
+
# HACK - gobject-introspection can't scan a library in another directory
# so we create a libclutter-cogl.la that's just identical to the one
# in the subdir