summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@src.gnome.org>2010-05-11 00:46:36 +0200
committerFlorian Müllner <fmuellner@src.gnome.org>2010-05-12 11:02:52 +0200
commitc6c7b05d7bb54e114e00342eb3a43999009cdc35 (patch)
treeddf7043e476885a51254bad27bac12557688abc3 /src/Makefile.am
parent5526e91b6ef8a1896f3809216c55191826e58f0d (diff)
downloadmutter-c6c7b05d7bb54e114e00342eb3a43999009cdc35.tar.gz
Add compatibility with GTK+ 2.18
To replace all calls to deprecated code, GTK+ 2.20 is required - add some basic compatibility code, so that it is still possible to build mutter with GTK+ 2.18 when not using -DGSEAL_ENABLE. https://bugzilla.gnome.org/show_bug.cgi?id=595496
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a3d892d7d..cc1c3a461 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,6 +39,7 @@ mutter_SOURCES= \
compositor/mutter-shaped-texture.h \
compositor/tidy/tidy-texture-frame.c \
compositor/tidy/tidy-texture-frame.h \
+ gtk-compat.h \
include/compositor.h \
include/mutter-plugin.h \
include/mutter-window.h \