mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
[build] List cogl-internal.h
During the Makefile clean up, cogl-internal.h got lost and this broke the dist. Let's put it back in.
This commit is contained in:
parent
8f161a1e11
commit
cbe4767796
@ -2,6 +2,7 @@ INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/clutter \
|
||||
-I$(top_srcdir)/clutter/cogl \
|
||||
-I$(top_srcdir)/clutter/cogl/common \
|
||||
-I$(top_srcdir)/clutter/cogl/$(CLUTTER_COGL) \
|
||||
-I$(top_builddir)/clutter \
|
||||
-I$(top_builddir)/clutter/cogl \
|
||||
@ -19,6 +20,7 @@ EXTRA_DIST = stb_image.c
|
||||
|
||||
libclutter_cogl_common_la_SOURCES = \
|
||||
cogl-handle.h \
|
||||
cogl-internal.h \
|
||||
cogl.c \
|
||||
cogl-util.h \
|
||||
cogl-util.c \
|
||||
|
Loading…
Reference in New Issue
Block a user