[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
5901b4d045
commit
ff7bd05745
@ -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