1
0
Fork 0

build: Add missing gles/cogl-context-driver.h to dist

The gles/cogl-context-driver.h header file is missing from the
dist target, which means it's not in the tarballs.
This commit is contained in:
Emmanuele Bassi 2009-10-30 12:11:19 +00:00
parent 435d415a45
commit df920a42df

View file

@ -28,6 +28,7 @@ libclutter_cogl_driver_la_SOURCES = \
cogl-texture-driver.c \ cogl-texture-driver.c \
cogl-fbo.c \ cogl-fbo.c \
cogl-context-driver.c \ cogl-context-driver.c \
cogl-context-driver.h \
cogl-gles2-wrapper.h \ cogl-gles2-wrapper.h \
cogl-program.h \ cogl-program.h \
cogl-program.c \ cogl-program.c \