ff7bd05745
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.
8 lines
112 B
Makefile
8 lines
112 B
Makefile
SUBDIRS = common $(CLUTTER_COGL)
|
|
|
|
BUILT_SOURCES = cogl.h
|
|
|
|
EXTRA_DIST = cogl.h.in
|
|
|
|
DIST_SUBDIRS = common gl gles
|