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 | |
parent | dbee2c62166c59d0ddd540c81497f766b7678dcd (diff) | |
download | ifuse-5ff3322058b27d4c7dfd91e70aefcd859d4d95c1.tar.gz ifuse-5ff3322058b27d4c7dfd91e70aefcd859d4d95c1.tar.bz2 |
Made the hal script and definition file installable.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | data/Makefile.am | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9eb67fc..5330ea5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = src +SUBDIRS = src data indent: indent -kr -ut -ts4 -l120 src/*.c src/*.h diff --git a/configure.ac b/configure.ac index 76fdea5..771d9e0 100644 --- a/configure.ac +++ b/configure.ac @@ -36,4 +36,4 @@ AC_FUNC_MALLOC AC_FUNC_REALLOC AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) -AC_OUTPUT(Makefile src/Makefile) +AC_OUTPUT(Makefile src/Makefile data/Makefile) 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 |