mirror of
https://github.com/brl/mutter.git
synced 2025-01-02 15:52: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>
|
||||
|
||||
* clutter/Makefile.am:
|
||||
|
@ -5,22 +5,22 @@ GLIB_MKENUMS=`pkg-config --variable=glib_mkenums glib-2.0`
|
||||
|
||||
BUILT_SOURCES = $(MARSHALFILES) $(ENUMFILES)
|
||||
|
||||
source_h = clutter.h \
|
||||
clutter-keysyms.h \
|
||||
clutter-util.h \
|
||||
clutter-media.h \
|
||||
clutter-event.h \
|
||||
clutter-color.h \
|
||||
clutter-timeline.h \
|
||||
clutter-actor.h \
|
||||
clutter-group.h \
|
||||
clutter-stage.h \
|
||||
clutter-rectangle.h \
|
||||
clutter-texture.h \
|
||||
clutter-clone-texture.h \
|
||||
clutter-video-texture.h \
|
||||
clutter-label.h \
|
||||
clutter-main.h
|
||||
source_h = \
|
||||
$(srcdir)/clutter-keysyms.h \
|
||||
$(srcdir)/clutter-util.h \
|
||||
$(srcdir)/clutter-media.h \
|
||||
$(srcdir)/clutter-event.h \
|
||||
$(srcdir)/clutter-color.h \
|
||||
$(srcdir)/clutter-timeline.h \
|
||||
$(srcdir)/clutter-actor.h \
|
||||
$(srcdir)/clutter-group.h \
|
||||
$(srcdir)/clutter-stage.h \
|
||||
$(srcdir)/clutter-rectangle.h \
|
||||
$(srcdir)/clutter-texture.h \
|
||||
$(srcdir)/clutter-clone-texture.h \
|
||||
$(srcdir)/clutter-video-texture.h \
|
||||
$(srcdir)/clutter-label.h \
|
||||
$(srcdir)/clutter-main.h
|
||||
|
||||
clutter-marshal.h: clutter-marshal.list
|
||||
( $(GLIB_GENMARSHAL) --prefix=clutter_marshal \
|
||||
|
Loading…
Reference in New Issue
Block a user