From 0e7ad3679558b6ed57f70cc68876ef7f9b501a45 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Wed, 8 Oct 2008 09:00:01 -0700 Subject: Made the header 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 28b6138..460f340 100644 --- a/configure.ac +++ b/configure.ac @@ -40,4 +40,4 @@ AC_FUNC_MALLOC AC_FUNC_REALLOC AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) -AC_OUTPUT(Makefile src/Makefile) +AC_OUTPUT(Makefile src/Makefile include/Makefile) -- cgit v1.1-32-gdbae