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
18826f3b04
commit
122e1dafd1
19
ChangeLog
19
ChangeLog
@ -1,3 +1,22 @@
|
||||
2008-04-28 Neil Roberts <neil@o-hand.com>
|
||||
|
||||
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
|
||||
|
||||
2008-04-28 Neil Roberts <neil@o-hand.com>
|
||||
|
||||
* clutter/cogl/cogl.h.in (COGL_A_BIT): Added the missing comma
|
||||
|
@ -9,7 +9,7 @@ clutter_json_dep = json/libclutter-json.la
|
||||
clutter_json_libadd = $(top_builddir)/clutter/json/libclutter-json.la
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = pango glx eglx eglnative cogl sdl json osx x11 win32
|
||||
DIST_SUBDIRS = pango glx eglx eglnative cogl sdl json osx x11 win32 fruity
|
||||
|
||||
target = $(clutterbackend)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
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 = \
|
||||
$(top_builddir)/clutter/cogl/cogl.h \
|
||||
$(top_builddir)/clutter/cogl/gl/cogl-defines.h \
|
||||
cogl-defines.h \
|
||||
$(top_builddir)/clutter/cogl/cogl-defines-gl.h \
|
||||
cogl-internal.h \
|
||||
cogl-primitives.h \
|
||||
cogl-texture.h \
|
||||
@ -33,4 +32,6 @@ libclutter_cogl_la_SOURCES = \
|
||||
cogl-fbo.c \
|
||||
cogl-context.c
|
||||
|
||||
EXTRA_DIST = cogl-defines.h.in
|
||||
|
||||
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 = \
|
||||
$(top_builddir)/clutter/cogl/cogl.h \
|
||||
$(top_builddir)/clutter/cogl/gles/cogl-defines.h \
|
||||
cogl-defines.h \
|
||||
$(top_builddir)/clutter/cogl/cogl-defines-gles.h \
|
||||
cogl-internal.h \
|
||||
cogl-primitives.h \
|
||||
cogl-texture.h \
|
||||
@ -33,4 +32,6 @@ libclutter_cogl_la_SOURCES = \
|
||||
cogl-fbo.c \
|
||||
cogl-context.c
|
||||
|
||||
EXTRA_DIST = cogl-defines.h.in
|
||||
|
||||
libclutter_cogl_la_LIBADD = $(top_builddir)/clutter/cogl/common/libclutter-cogl-common.la
|
||||
|
Loading…
Reference in New Issue
Block a user