diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-05-24 15:50:18 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-05-31 12:53:27 -0400 |
commit | e517ccca6e7f1bd9160f2d82c10ddb618771d192 (patch) | |
tree | 10d2247cc3c0ad1026666da1b3c38517413176a2 /conf | |
parent | e4d280dfbdb2d1a916e6ad9a4cdc3f22f2c37d57 (diff) |
config: use automake "dir" pattern for simplification
configdir is where the config file is installed
config_DATA is the filename
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am index 9a88895..e3dbff9 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -20,8 +20,7 @@ if HAS_XORG_CONF_DIR -confdir = $(XORG_CONF_DIR) -dist_conf_DATA = 50-synaptics.conf +dist_config_DATA = 50-synaptics.conf else EXTRA_DIST = 11-x11-synaptics.fdi |