From dead313d15a7c9ccf59009eef4202503741a1b5f Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 1 Jun 2010 20:55:15 -0400 Subject: config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdparty Applies to server with no sysconfigdir Signed-off-by: Gaetan Nadon --- conf/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'conf/Makefile.am') diff --git a/conf/Makefile.am b/conf/Makefile.am index 6c571d0..38d2a01 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -20,7 +20,8 @@ if HAS_XORG_CONF_DIR -config_DATA = 50-synaptics.conf +dist_config_DATA = 50-synaptics.conf +else +fdidir = $(datadir)/hal/fdi/policy/20thirdparty +dist_fdi_DATA = 11-x11-synaptics.fdi endif - -EXTRA_DIST = 50-synaptics.conf 11-x11-synaptics.fdi -- cgit v1.2.3