Move ClutterBehaviour to the deprecated section
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 4 Oct 2011 10:58:44 +0000 (11:58 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 11 Oct 2011 16:58:40 +0000 (17:58 +0100)
clutter/Makefile.am
clutter/clutter-deprecated.h
clutter/clutter.h
clutter/deprecated/clutter-behaviour.c [moved from clutter/clutter-behaviour.c with 100% similarity]
clutter/deprecated/clutter-behaviour.h [moved from clutter/clutter-behaviour.h with 100% similarity]

index 041a009..fcb4a93 100644 (file)
@@ -60,7 +60,6 @@ source_h =                                    \
        $(srcdir)/clutter-animation.h           \
        $(srcdir)/clutter-animator.h            \
        $(srcdir)/clutter-backend.h             \
-       $(srcdir)/clutter-behaviour.h           \
        $(srcdir)/clutter-bind-constraint.h     \
        $(srcdir)/clutter-binding-pool.h        \
        $(srcdir)/clutter-bin-layout.h          \
@@ -136,7 +135,6 @@ source_c = \
        $(srcdir)/clutter-animation.c           \
        $(srcdir)/clutter-animator.c            \
        $(srcdir)/clutter-backend.c             \
-       $(srcdir)/clutter-behaviour.c           \
        $(srcdir)/clutter-bezier.c              \
        $(srcdir)/clutter-bind-constraint.c     \
        $(srcdir)/clutter-binding-pool.c        \
@@ -236,6 +234,7 @@ source_c_priv = \
 
 # deprecated installed headers
 deprecated_h = \
+       $(srcdir)/deprecated/clutter-behaviour.h                \
        $(srcdir)/deprecated/clutter-behaviour-depth.h          \
        $(srcdir)/deprecated/clutter-behaviour-ellipse.h        \
        $(srcdir)/deprecated/clutter-behaviour-opacity.h        \
@@ -250,6 +249,7 @@ deprecated_h = \
 
 # deprecated source code
 deprecated_c = \
+       $(srcdir)/deprecated/clutter-behaviour.c                \
        $(srcdir)/deprecated/clutter-behaviour-depth.c          \
        $(srcdir)/deprecated/clutter-behaviour-ellipse.c        \
        $(srcdir)/deprecated/clutter-behaviour-opacity.c        \
index 0e8b5e4..cb27c83 100644 (file)
@@ -3,6 +3,7 @@
 
 #define __CLUTTER_DEPRECATED_H_INSIDE__
 
+#include "deprecated/clutter-behaviour.h"
 #include "deprecated/clutter-behaviour-depth.h"
 #include "deprecated/clutter-behaviour-ellipse.h"
 #include "deprecated/clutter-behaviour-opacity.h"
index 8256908..05c36c9 100644 (file)
@@ -39,7 +39,6 @@
 #include "clutter-animation.h"
 #include "clutter-animator.h"
 #include "clutter-backend.h"
-#include "clutter-behaviour.h"
 #include "clutter-bind-constraint.h"
 #include "clutter-binding-pool.h"
 #include "clutter-bin-layout.h"