diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-06-01 20:55:15 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-06-01 20:55:15 -0400 |
commit | dead313d15a7c9ccf59009eef4202503741a1b5f (patch) | |
tree | c0db146d1f4fee669370853e265b74e76ff61227 /conf | |
parent | 3dd5486bc8ddd96f43e92386537ae9adabc1714e (diff) |
config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdparty
Applies to server with no sysconfigdir
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
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 |