mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 06:42:28 +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:
parent
7dbcb82622
commit
7fa011b037
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user