summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2015-02-04 18:19:08 +0100
committerCarlos Garnacho <carlosg@gnome.org>2016-05-03 13:05:06 +0200
commitee394a6cd309d502ddac11070649381527558c60 (patch)
tree72a9862e82da9fb4ed5402a4a4b48b8d94ca3388 /src/Makefile.am
parent5478accbf2794990fded3ccf0dd022e1f6de76e4 (diff)
downloadmutter-ee394a6cd309d502ddac11070649381527558c60.tar.gz
wayland: Add MetaWaylandTabletTool
This struct holds the server-side information of a wl_tablet_tool, which represents an specific tool of an specific tablet, and is unique as such.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cb8a42a2d..a07df9aad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -296,6 +296,8 @@ libmutter_la_SOURCES += \
wayland/meta-wayland-seat.h \
wayland/meta-wayland-tablet.c \
wayland/meta-wayland-tablet.h \
+ wayland/meta-wayland-tablet-tool.c \
+ wayland/meta-wayland-tablet-tool.h \
wayland/meta-wayland-touch.c \
wayland/meta-wayland-touch.h \
wayland/meta-wayland-surface.c \