summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-01-08 15:44:45 -0500
committerChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-01-08 15:44:45 -0500
commit41bc60a856dc2d0bf9659b443c0cd03be8016db7 (patch)
tree9c3c75010ec0ba5faef6c0356ef8f6433d8a0d35 /configure.ac
parent5b5fd62f6fae315e3be55c54984d3385858e034e (diff)
add header files to sources to create correct distributions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eabb8645..dcd0a0d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
-AC_INIT
-AM_INIT_AUTOMAKE(cdec,0.1)
+AC_INIT([cdec],[1.0])
+AC_CONFIG_SRCDIR([decoder/cdec.cc])
+AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)
AC_PROG_LIBTOOL
AC_PROG_LEX