diff options
author | monsta <[email protected]> | 2017-01-03 21:20:15 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-01-20 11:31:59 +0300 |
commit | 678aa95188f518c05169084d04aa31e49035ee6b (patch) | |
tree | cb06949817bfe7385c1fb561529e550b964218b7 /capplets/mouse/Makefile.am | |
parent | e8d39ba75e525b6945567c5a187076d70f83b2c8 (diff) | |
download | mate-control-center-678aa95188f518c05169084d04aa31e49035ee6b.tar.bz2 mate-control-center-678aa95188f518c05169084d04aa31e49035ee6b.tar.xz |
mouse: add input helper from m-s-d
same as done upstream:
https://git.gnome.org/browse/gnome-control-center/commit/?id=741723eaf86d9e68ae979b960eb2da3cf4b331d1
Diffstat (limited to 'capplets/mouse/Makefile.am')
-rw-r--r-- | capplets/mouse/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/capplets/mouse/Makefile.am b/capplets/mouse/Makefile.am index 72d10297..1e413215 100644 --- a/capplets/mouse/Makefile.am +++ b/capplets/mouse/Makefile.am @@ -5,7 +5,9 @@ bin_PROGRAMS = mate-mouse-properties mate_mouse_properties_LDADD = $(MATECC_CAPPLETS_LIBS) mate_mouse_properties_SOURCES = \ - mate-mouse-properties.c + mate-mouse-properties.c \ + msd-input-helper.c \ + msd-input-helper.h @INTLTOOL_DESKTOP_RULE@ |