From 5ff3322058b27d4c7dfd91e70aefcd859d4d95c1 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Wed, 8 Oct 2008 20:42:00 -0700 Subject: Made the hal script and definition file installable. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.1-32-gdbae