diff options
author | 2009-09-12 12:40:29 +0200 | |
---|---|---|
committer | 2009-09-12 12:40:29 +0200 | |
commit | 2f4f9909f926267389778a01622b6454634f0013 (patch) | |
tree | c6d7104a3181a158b63a22b0b3c17fc79d2dcba1 /Makefile.am | |
parent | cf902d602c41efb6e2521a93b536fbad1cfb2e63 (diff) | |
download | ifuse-2f4f9909f926267389778a01622b6454634f0013.tar.gz ifuse-2f4f9909f926267389778a01622b6454634f0013.tar.bz2 |
Remove obsolete HAL fdi rules
Automounting using this fdi never worked for everyone successfully.
As HAL is deprecated, this automount is clearly a hack and the next
round of distro releases won't support this way of mounting anymore,
it makes sense to remove it anyways.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 70e1c93..e015eec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = src fdi +SUBDIRS = src DISTCHECK_CONFIGURE_FLAGS = --disable-root-sbin |