diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-09-01 17:28:47 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-09-01 17:28:47 +0000 |
commit | 1218eeb1fd58e8e74abe623c9b39f63709c849fc (patch) | |
tree | c26a90ef30db75bee85bb28c5af0f35ddea3d256 /clutter-gst/Makefile.am | |
parent | b9dfa5787e0dfeab609685969beaea982c54d913 (diff) | |
download | clutter-gst-1218eeb1fd58e8e74abe623c9b39f63709c849fc.tar.gz |
2006-09-01 Matthew Allum <mallum@openedhand.com>
* clutter-gst/Makefile.am:
* clutter-gst/clutter-gst-audio.c:
* clutter-gst/clutter-gst-audio.h:
* clutter-gst/clutter-gst-media.c:
* clutter-gst/clutter-gst-media.h:
* clutter-gst/clutter-gst-video-texture.c:
* clutter-gst/clutter-gst-video-texture.h:
* clutter-gst/clutter-gst.h:
* examples/audio.c:
* examples/video-cube.c:
* examples/video-player.c:
clutter-gst-media -> clutter-media
Diffstat (limited to 'clutter-gst/Makefile.am')
-rw-r--r-- | clutter-gst/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am index da86449..8c410f9 100644 --- a/clutter-gst/Makefile.am +++ b/clutter-gst/Makefile.am @@ -2,8 +2,7 @@ source_h = \ $(srcdir)/clutter-gst-video-texture.h \ $(srcdir)/clutter-gst-audio.h -source_c = clutter-gst-media.c \ - clutter-gst-video-texture.c \ +source_c = clutter-gst-video-texture.c \ clutter-gst-audio.c libclutter_gst_@CLUTTER_GST_MAJORMINOR@_la_SOURCES = $(MARSHALFILES) \ |