f87fc0dda1
The goal of LibGIIGIC is to provide a single easy to use, but yet powerful API for (re)binding any kind of action to all possible input devices through LibGII at runtime. You likely know this feature from modern computer games, where you can say which key (= input source) is used to shoot (= action) with your shotgun.
13 lines
505 B
Text
13 lines
505 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/03/25 02:52:07 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2004-11-30 23:41:36.000000000 +0100
|
|
+++ Makefile.in
|
|
@@ -190,7 +190,7 @@ sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
AUTOMAKE_OPTIONS = 1.4 foreign
|
|
SUBDIRS = include gic actionlib recognizers programs doc m4
|
|
-gicconfdatadir = $(sysconfdir)/$(ggi_subdir)
|
|
+gicconfdatadir = $(datadir)/examples/libgiigic
|
|
gicconfdata_DATA = libgiigic.conf
|
|
DISTCLEANFILES = libgiigic.conf
|
|
EXTRA_DIST = autogen.sh checkversion.sh
|