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 /configure.ac | |
parent | dbee2c62166c59d0ddd540c81497f766b7678dcd (diff) | |
download | ifuse-5ff3322058b27d4c7dfd91e70aefcd859d4d95c1.tar.gz ifuse-5ff3322058b27d4c7dfd91e70aefcd859d4d95c1.tar.bz2 |
Made the hal script and definition file installable.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |