mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
Fixed 'make dist'
* clutter/cogl/Makefile.am (EXTRA_DIST): Distribute cogl.h.in instead of cogl.h (DIST_SUBDIRS): Added common folder * clutter/cogl/gl/Makefile.am (libclutter_cogl_la_SOURCES): Remove cogl-defines.h and use the right location for cogl-defines.gl.h (EXTRA_DIST): Distribute cogl-defines.h.in * clutter/cogl/gles/Makefile.am (libclutter_cogl_la_SOURCES): Remove cogl-defines.h and use the right location for cogl-defines.gles.h (EXTRA_DIST): Distribute cogl-defines.h.in * clutter/Makefile.am (DIST_SUBDIRS): Add fruity
This commit is contained in:
parent
2f1dc5b9d8
commit
046569f090
@ -1,5 +1,5 @@
|
|||||||
SUBDIRS = common $(CLUTTER_COGL)
|
SUBDIRS = common $(CLUTTER_COGL)
|
||||||
|
|
||||||
EXTRA_DIST = cogl.h
|
EXTRA_DIST = cogl.h.in
|
||||||
|
|
||||||
DIST_SUBDIRS = gl gles
|
DIST_SUBDIRS = common gl gles
|
||||||
|
@ -20,8 +20,7 @@ noinst_LTLIBRARIES = libclutter-cogl.la
|
|||||||
|
|
||||||
libclutter_cogl_la_SOURCES = \
|
libclutter_cogl_la_SOURCES = \
|
||||||
$(top_builddir)/clutter/cogl/cogl.h \
|
$(top_builddir)/clutter/cogl/cogl.h \
|
||||||
$(top_builddir)/clutter/cogl/gl/cogl-defines.h \
|
$(top_builddir)/clutter/cogl/cogl-defines-gl.h \
|
||||||
cogl-defines.h \
|
|
||||||
cogl-internal.h \
|
cogl-internal.h \
|
||||||
cogl-primitives.h \
|
cogl-primitives.h \
|
||||||
cogl-texture.h \
|
cogl-texture.h \
|
||||||
@ -33,4 +32,6 @@ libclutter_cogl_la_SOURCES = \
|
|||||||
cogl-fbo.c \
|
cogl-fbo.c \
|
||||||
cogl-context.c
|
cogl-context.c
|
||||||
|
|
||||||
|
EXTRA_DIST = cogl-defines.h.in
|
||||||
|
|
||||||
libclutter_cogl_la_LIBADD = $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
libclutter_cogl_la_LIBADD = $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
||||||
|
@ -20,8 +20,7 @@ noinst_LTLIBRARIES = libclutter-cogl.la
|
|||||||
|
|
||||||
libclutter_cogl_la_SOURCES = \
|
libclutter_cogl_la_SOURCES = \
|
||||||
$(top_builddir)/clutter/cogl/cogl.h \
|
$(top_builddir)/clutter/cogl/cogl.h \
|
||||||
$(top_builddir)/clutter/cogl/gles/cogl-defines.h \
|
$(top_builddir)/clutter/cogl/cogl-defines-gles.h \
|
||||||
cogl-defines.h \
|
|
||||||
cogl-internal.h \
|
cogl-internal.h \
|
||||||
cogl-primitives.h \
|
cogl-primitives.h \
|
||||||
cogl-texture.h \
|
cogl-texture.h \
|
||||||
@ -33,4 +32,6 @@ libclutter_cogl_la_SOURCES = \
|
|||||||
cogl-fbo.c \
|
cogl-fbo.c \
|
||||||
cogl-context.c
|
cogl-context.c
|
||||||
|
|
||||||
|
EXTRA_DIST = cogl-defines.h.in
|
||||||
|
|
||||||
libclutter_cogl_la_LIBADD = $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
libclutter_cogl_la_LIBADD = $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
||||||
|
Loading…
Reference in New Issue
Block a user