1
0
Fork 0

build: Add cogl-feature-functions.h to the dist

This commit is contained in:
Emmanuele Bassi 2009-11-18 14:34:33 +00:00
parent d11343532d
commit 425f3b4660
2 changed files with 3 additions and 1 deletions

View file

@ -30,6 +30,7 @@ libclutter_cogl_driver_la_SOURCES = \
cogl-program.c \
cogl-context-driver.h \
cogl-context-driver.c \
cogl-feature-functions.h \
$(NULL)
EXTRA_DIST = cogl-defines.h.in

View file

@ -30,7 +30,8 @@ libclutter_cogl_driver_la_SOURCES = \
cogl-program.h \
cogl-program.c \
cogl-shader-private.h \
cogl-shader.c
cogl-shader.c \
cogl-feature-functions.h
if USE_GLES2_WRAPPER
libclutter_cogl_driver_la_SOURCES += \