diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2015-01-20 13:54:10 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-01-21 11:57:58 +1000 |
commit | 7d73602c4b60aedee41986362cee6a460ec91a92 (patch) | |
tree | d62300c0b4a8bde47272e76f6b884dbf55356526 /include/Makefile.am | |
parent | 00b96de351404fc22e8f16610df667f7f35c448f (diff) |
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 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..0d52b9b --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1 @@ +sdk_HEADERS = libinput-properties.h |