diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-05-24 15:53:06 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-05-31 12:53:27 -0400 |
commit | 82c2e2d93413ec81e84cb33338e677e01aa382a9 (patch) | |
tree | b77e97df0621026f8402cd2a0982cf298745b034 | |
parent | e517ccca6e7f1bd9160f2d82c10ddb618771d192 (diff) |
config: 50-synaptics.conf must be unconditionally distributed
A file may or may not be installed based on a particular system
configuration, but it must always be distributed in the tarball
so the package contains the complete source code.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | conf/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am index e3dbff9..6c571d0 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -20,9 +20,7 @@ if HAS_XORG_CONF_DIR -dist_config_DATA = 50-synaptics.conf -else - -EXTRA_DIST = 11-x11-synaptics.fdi - +config_DATA = 50-synaptics.conf endif + +EXTRA_DIST = 50-synaptics.conf 11-x11-synaptics.fdi |