summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-22 01:50:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:23 -0500
commitd132f724bd0e8c8e84e1b61d4d5211131028bc42 (patch)
tree89f74edfc4e31b8707581afa5eeb2fff58222006 /source4/lib/talloc/configure.in
parent9a883a6336e65c0f0df8507f88779fc2a895f880 (diff)
downloadsamba-d132f724bd0e8c8e84e1b61d4d5211131028bc42.tar.gz
samba-d132f724bd0e8c8e84e1b61d4d5211131028bc42.tar.bz2
samba-d132f724bd0e8c8e84e1b61d4d5211131028bc42.zip
r17681: fixed standalone talloc build to support building in a separate
directory (This used to be commit c137a7049ed6a74c035ef7fad86ac1e77e31028c)
Diffstat (limited to 'source4/lib/talloc/configure.in')
-rw-r--r--source4/lib/talloc/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/configure.in b/source4/lib/talloc/configure.in
index fc52679737..253992cb1a 100644
--- a/source4/lib/talloc/configure.in
+++ b/source4/lib/talloc/configure.in
@@ -1,5 +1,6 @@
AC_PREREQ(2.50)
AC_INIT(talloc.h)
+AC_CONFIG_SRCDIR([talloc.c])
AC_SUBST(datarootdir)
AC_PROG_CC
if test "x$GCC" = "xyes"; then