summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon <ron@debian.org>2010-04-15 16:06:44 +0930
committerRon <ron@debian.org>2010-04-15 16:06:44 +0930
commit32ebba3eeb537dc70e1dfa45496bc65e66aeb9a2 (patch)
treec5615a2ec3f9f567477367928794ababe13e701f
parentff59bc20e8ed549ca7ef17801851777907af79b1 (diff)
downloadxf86-input-wacom-32ebba3eeb537dc70e1dfa45496bc65e66aeb9a2.tar.gz
Rename the fdi subdir to conf
Signed-off-by: Ron Lee <ron@debian.org>
-rw-r--r--Makefile.am2
-rw-r--r--conf/10-wacom.conf (renamed from fdi/10-wacom.conf)0
-rw-r--r--conf/Makefile.am (renamed from fdi/Makefile.am)0
-rw-r--r--conf/wacom.fdi (renamed from fdi/wacom.fdi)0
-rw-r--r--configure.ac2
5 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0070abd..808bb13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
# Ensure headers are installed below $(prefix) for distcheck
DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg'
-SUBDIRS = fdi src man include tools
+SUBDIRS = conf src man include tools
MAINTAINERCLEANFILES = ChangeLog INSTALL
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/fdi/10-wacom.conf b/conf/10-wacom.conf
index d5423fc..d5423fc 100644
--- a/fdi/10-wacom.conf
+++ b/conf/10-wacom.conf
diff --git a/fdi/Makefile.am b/conf/Makefile.am
index d6bbbdb..d6bbbdb 100644
--- a/fdi/Makefile.am
+++ b/conf/Makefile.am
diff --git a/fdi/wacom.fdi b/conf/wacom.fdi
index 5c71563..5c71563 100644
--- a/fdi/wacom.fdi
+++ b/conf/wacom.fdi
diff --git a/configure.ac b/configure.ac
index fd9ca63..7603b1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@ DRIVER_NAME=wacom
AC_SUBST([DRIVER_NAME])
AC_CONFIG_FILES([Makefile
- fdi/Makefile
+ conf/Makefile
src/Makefile
man/Makefile
include/Makefile