diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2015-01-20 12:01:10 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-01-21 07:15:48 +1000 |
commit | 8ceed9c73dfca991b9ffc639b7db8cdfc48fe4d9 (patch) | |
tree | 1d6bf5d6d18d1b3932a821b87a2a9eb83f2123bf /Makefile.am | |
parent | e4cd6cef9154a330646cfcaad4e78fcef3db3917 (diff) |
libinput-drv: Move properties to a separate header
And install the header as part of the SDK, so that applications interfacing
with the libinput driver do not have to copy paste all the properties' names.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a963530..9035843 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg' -SUBDIRS = src man +SUBDIRS = src include man MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL |