mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
[build] Remove cogl-enum-types.h on distclean
The cogl-enum-types.h file is created by glib-mkenums under /clutter/cogl/common, and then copied in /clutter/cogl in order to make the inclusion of that file work inside cogl.h. Since we're copying it in a different location, the Makefile for that location has to clean up the copy.
This commit is contained in:
parent
936f638a42
commit
293eeed507
@ -49,6 +49,10 @@ cogl_headers = \
|
|||||||
$(top_builddir)/clutter/cogl/cogl.h \
|
$(top_builddir)/clutter/cogl/cogl.h \
|
||||||
$(NULL)
|
$(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
|
# 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
|
# so we create a libclutter-cogl.la that's just identical to the one
|
||||||
# in the subdir
|
# in the subdir
|
||||||
|
Loading…
Reference in New Issue
Block a user