summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagn@redhat.com>2013-09-10 13:45:27 +0200
committerGiovanni Campagna <gcampagn@redhat.com>2013-09-10 15:55:11 +0200
commit168ea64a459d6f0ad0f2847543fa29c0297efeb7 (patch)
treeccd4a8abc3d3c252c97302e0fd9f93d97e1f216f /src/Makefile.am
parent73ee4912818e8526d142652a9a6586d9c40008e8 (diff)
downloadmutter-168ea64a459d6f0ad0f2847543fa29c0297efeb7.tar.gz
wayland: use symbolic constants for interface version
Replace magic numbers scattered around the code with proper macros collected in one header file. https://bugzilla.gnome.org/show_bug.cgi?id=707851
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 2d98d97f8..442ad272d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -202,6 +202,7 @@ libmutter_wayland_la_SOURCES += \
wayland/meta-wayland-surface.c \
wayland/meta-wayland-surface.h \
wayland/meta-wayland-types.h \
+ wayland/meta-wayland-versions.h \
wayland/meta-weston-launch.c \
wayland/meta-weston-launch.h