summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2008-08-14 23:40:10 +0200
committerChristoph Brill <egore911@egore911.de>2008-08-14 23:40:10 +0200
commitb95a5684805a99b38fa3ff134113a3295d5e89b7 (patch)
treee73137704fc98dfc67651bf434eb5dbce7ad427b /configure.ac
parent6e35b673629bb9ddee4373fbdff79238b2160cff (diff)
Fix "make distcheck"
The new directory "include" was not packaged into the tarball. This makes "make distcheck" work again.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 073e9a7..fbdcbfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,4 +121,5 @@ AC_OUTPUT([Makefile
src/Makefile
man/Makefile
tools/Makefile
- fdi/Makefile])
+ fdi/Makefile
+ include/Makefile])