summaryrefslogtreecommitdiff
path: root/driver/xf86-input-mouse/Makefile.am
diff options
context:
space:
mode:
authorAlexandr Shadchin <shadchin@cvs.openbsd.org>2012-08-16 16:42:11 +0000
committerAlexandr Shadchin <shadchin@cvs.openbsd.org>2012-08-16 16:42:11 +0000
commitde4db4ddf2b8cfba008e1f4cd7950bb366a70345 (patch)
tree5ea0df2935d1f5c78256a42b6db9168b5bb65927 /driver/xf86-input-mouse/Makefile.am
parentb6b7a17ad268ae42808934ae16cca477d5bdd3b6 (diff)
Update to xf86-input-mouse 1.8.1
ok matthieu@
Diffstat (limited to 'driver/xf86-input-mouse/Makefile.am')
-rw-r--r--driver/xf86-input-mouse/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/driver/xf86-input-mouse/Makefile.am b/driver/xf86-input-mouse/Makefile.am
index f73a7ce26..714248595 100644
--- a/driver/xf86-input-mouse/Makefile.am
+++ b/driver/xf86-input-mouse/Makefile.am
@@ -18,9 +18,12 @@
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-SUBDIRS = src man
+SUBDIRS = include src man
MAINTAINERCLEANFILES = ChangeLog INSTALL
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = xorg-mouse.pc
+
.PHONY: ChangeLog INSTALL
INSTALL:
@@ -31,6 +34,9 @@ ChangeLog:
dist-hook: ChangeLog INSTALL
+# Provide an sdk location that is writable by this module
+DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg'
+
if LINT
# Check source code with tools like lint & sparse
lint: