diff options
author | 2009-09-12 12:40:29 +0200 | |
---|---|---|
committer | 2009-09-12 12:40:29 +0200 | |
commit | 2f4f9909f926267389778a01622b6454634f0013 (patch) | |
tree | c6d7104a3181a158b63a22b0b3c17fc79d2dcba1 /fdi/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 'fdi/Makefile.am')
-rw-r--r-- | fdi/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fdi/Makefile.am b/fdi/Makefile.am deleted file mode 100644 index adfa88c..0000000 --- a/fdi/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -freedesktopfdidir=$(prefix)/share/hal/fdi/information/20thirdparty -freedesktopfdi_DATA=30-ifuse.fdi - -EXTRA_DIST=$(freedesktopfdi_DATA) |