mirror of
https://github.com/brl/mutter.git
synced 2025-07-23 10:01:35 +00:00
build: Don't distribute clutter-version.h and cogl-defines.h
As with a351ff2af
earlier, distributing headers generated at configure
time conflicts with out of tree builds as the distributed headers will
be included first instead of including the generated ones.
This commit is contained in:
@ -190,12 +190,12 @@ EXTRA_DIST += stb_image.c
|
||||
cogl_headers = \
|
||||
$(cogl_public_h) \
|
||||
$(srcdir)/cogl-deprecated.h \
|
||||
cogl-defines.h \
|
||||
cogl-enum-types.h \
|
||||
$(NULL)
|
||||
|
||||
coglincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/cogl
|
||||
coglinclude_HEADERS = $(cogl_headers)
|
||||
nodist_coglinclude_HEADERS = cogl-defines.h
|
||||
|
||||
if HAVE_INTROSPECTION
|
||||
Cogl-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-cogl.la
|
||||
|
Reference in New Issue
Block a user