mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
[build] Add cogl.h to the built sources list
The main COGL header file is generated at configure time. If something changes in the template, though, the file will not be regenerated. Adding cogl.h to the BUILT_SOURCES list will allow the regeneration to happen.
This commit is contained in:
parent
402e022c36
commit
f17437124e
@ -1,5 +1,7 @@
|
||||
SUBDIRS = common $(CLUTTER_COGL)
|
||||
|
||||
BUILT_SOURCES = cogl.h
|
||||
|
||||
EXTRA_DIST = cogl.h.in
|
||||
|
||||
DIST_SUBDIRS = common gl gles
|
||||
|
Loading…
Reference in New Issue
Block a user