summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2015-01-20 12:01:10 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2015-01-21 07:15:48 +1000
commit8ceed9c73dfca991b9ffc639b7db8cdfc48fe4d9 (patch)
tree1d6bf5d6d18d1b3932a821b87a2a9eb83f2123bf /configure.ac
parente4cd6cef9154a330646cfcaad4e78fcef3db3917 (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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9a41170..ee7f100 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,6 +68,7 @@ DRIVER_NAME=libinput
AC_SUBST([DRIVER_NAME])
AC_CONFIG_FILES([Makefile
+ include/Makefile
src/Makefile
man/Makefile])
AC_OUTPUT