summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2014-07-31 08:32:32 -0700
committerKevin Greenan <kmgreen2@gmail.com>2014-07-31 08:32:32 -0700
commit4469d69a1e14ef0d22f50c08020ab2135d3ad261 (patch)
tree15035cd3298cfe439ab2c1082ad928d11911efdb /configure.ac
parent1bb14c6a3a56591d411ac7ec0ebf8a55f3be0554 (diff)
downloadliberasurecode-4469d69a1e14ef0d22f50c08020ab2135d3ad261.tar.gz
Distributing the generated config.h (renamed to config_erasurecode.h), since it is used by the publid headers...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0412ad7..3f20373 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ([2.61])
AM_INIT_AUTOMAKE([subdir-objects])
LT_INIT # libtool
-AC_CONFIG_HEADER(include/config.h)
+AC_CONFIG_HEADER(include/config_liberasurecode.h)
dnl Needed when reconfiguring with 'autoreconf -i -s'
AC_CONFIG_MACRO_DIR([m4])