aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-14 15:44:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-14 15:44:06 +0200
commit87991ad75cf0a33b2503dbb8725c3c6609254961 (patch)
tree7448ed8938f4b28af54c24fda764c7daab88f14f /configure.ac
parent101089f86e624dbacb0d53b312c021a28beb4eec (diff)
Add hello example
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 a6d58d8..8f66d99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ(2.60)
AC_INIT([odb-examples], [__value__(version)], [odb-users@codesynthesis.com])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_SRCDIR([template/driver.cxx])
+AC_CONFIG_SRCDIR([hello/driver.cxx])
AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc subdir-objects dist-bzip2 dist-zip tar-ustar])