summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2010-06-14 12:48:27 +0200
committerFlorian Müllner <fmuellner@gnome.org>2010-07-01 20:55:12 +0200
commite267a633307a5c040b77f75e9cde7b5a2db0bd8a (patch)
tree693bb8f098a41eda34603540d4e44d663e7438b5 /src/Makefile.am
parentc65a24486dec836efdd20fe10d2dcb866a3c0c8d (diff)
downloadmutter-e267a633307a5c040b77f75e9cde7b5a2db0bd8a.tar.gz
Add compatibility with GTK+ 2.18
In order to replace calls to deprecated GDK code, the current development version of GTK+ is required. Add some basic compatibility code to allow building mutter with GTK+ 2.18. https://bugzilla.gnome.org/show_bug.cgi?id=587991
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 cc1c3a461..1753d4a36 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 \
+ gdk-compat.h \
gtk-compat.h \
include/compositor.h \
include/mutter-plugin.h \