mirror of
https://github.com/brl/mutter.git
synced 2025-01-05 01:02:15 +00:00
2006-06-21 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/Makefile.am: Re-fix distcheck after last commit.
This commit is contained in:
parent
d61ee2240b
commit
8cb8cfd5f0
@ -1,3 +1,7 @@
|
|||||||
|
2006-06-21 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/Makefile.am: Re-fix distcheck after last commit.
|
||||||
|
|
||||||
2006-06-21 Matthew Allum <mallum@openedhand.com>
|
2006-06-21 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/Makefile.am:
|
* clutter/Makefile.am:
|
||||||
|
@ -5,22 +5,22 @@ GLIB_MKENUMS=`pkg-config --variable=glib_mkenums glib-2.0`
|
|||||||
|
|
||||||
BUILT_SOURCES = $(MARSHALFILES) $(ENUMFILES)
|
BUILT_SOURCES = $(MARSHALFILES) $(ENUMFILES)
|
||||||
|
|
||||||
source_h = clutter.h \
|
source_h = \
|
||||||
clutter-keysyms.h \
|
$(srcdir)/clutter-keysyms.h \
|
||||||
clutter-util.h \
|
$(srcdir)/clutter-util.h \
|
||||||
clutter-media.h \
|
$(srcdir)/clutter-media.h \
|
||||||
clutter-event.h \
|
$(srcdir)/clutter-event.h \
|
||||||
clutter-color.h \
|
$(srcdir)/clutter-color.h \
|
||||||
clutter-timeline.h \
|
$(srcdir)/clutter-timeline.h \
|
||||||
clutter-actor.h \
|
$(srcdir)/clutter-actor.h \
|
||||||
clutter-group.h \
|
$(srcdir)/clutter-group.h \
|
||||||
clutter-stage.h \
|
$(srcdir)/clutter-stage.h \
|
||||||
clutter-rectangle.h \
|
$(srcdir)/clutter-rectangle.h \
|
||||||
clutter-texture.h \
|
$(srcdir)/clutter-texture.h \
|
||||||
clutter-clone-texture.h \
|
$(srcdir)/clutter-clone-texture.h \
|
||||||
clutter-video-texture.h \
|
$(srcdir)/clutter-video-texture.h \
|
||||||
clutter-label.h \
|
$(srcdir)/clutter-label.h \
|
||||||
clutter-main.h
|
$(srcdir)/clutter-main.h
|
||||||
|
|
||||||
clutter-marshal.h: clutter-marshal.list
|
clutter-marshal.h: clutter-marshal.list
|
||||||
( $(GLIB_GENMARSHAL) --prefix=clutter_marshal \
|
( $(GLIB_GENMARSHAL) --prefix=clutter_marshal \
|
||||||
|
Loading…
Reference in New Issue
Block a user