diff options
author | Matt Colyer | 2008-10-08 20:42:00 -0700 |
---|---|---|
committer | Matt Colyer | 2008-10-08 20:42:00 -0700 |
commit | 5ff3322058b27d4c7dfd91e70aefcd859d4d95c1 (patch) | |
tree | b6b57e5238c722f397af750c562c82d015ee8447 /data | |
parent | dbee2c62166c59d0ddd540c81497f766b7678dcd (diff) | |
download | ifuse-5ff3322058b27d4c7dfd91e70aefcd859d4d95c1.tar.gz ifuse-5ff3322058b27d4c7dfd91e70aefcd859d4d95c1.tar.bz2 |
Made the hal script and definition file installable.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..f9302c4 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,4 @@ +freedesktopfdidir = $(prefix)/share/hal/fdi/information/20thirdparty/ +freedesktopfdi_DATA = 30-ifuse.fdi + +bin_SCRIPTS = hal-iphone-setup |