summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2015-01-20 13:54:10 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2015-01-21 11:57:58 +1000
commit7d73602c4b60aedee41986362cee6a460ec91a92 (patch)
treed62300c0b4a8bde47272e76f6b884dbf55356526 /Makefile.am
parent00b96de351404fc22e8f16610df667f7f35c448f (diff)
downloadxorg-driver-xf86-input-libinput-7d73602c4b60aedee41986362cee6a460ec91a92.tar.gz
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.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a963530..99e6808 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,9 +21,12 @@
DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg'
-SUBDIRS = src man
+SUBDIRS = src include man
MAINTAINERCLEANFILES = ChangeLog INSTALL
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = xorg-libinput.pc
+
.PHONY: ChangeLog INSTALL
INSTALL: