summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-23 01:59:43 +0000
committerTim Potter <tpot@samba.org>2003-05-23 01:59:43 +0000
commit1f84a14b0bae513fc2fdad4fe6fca32e05af67bc (patch)
tree2068dd8b6b794b05941aea6ddf198bb5b798cef8 /source3/configure.in
parent1df21141e7fd9a0e11ae1355b404413738ad0a9e (diff)
downloadsamba-1f84a14b0bae513fc2fdad4fe6fca32e05af67bc.tar.gz
samba-1f84a14b0bae513fc2fdad4fe6fca32e05af67bc.tar.bz2
samba-1f84a14b0bae513fc2fdad4fe6fca32e05af67bc.zip
Bug 83: fixes for building when $srcdir != $builddir from David Lee
<t.d.lee@durham.ac.uk> (This used to be commit e48a8b5e9c1a75c6e4bffe022d0e25edae89bc58)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index ebe0d44192..ccc7148c6e 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3797,7 +3797,7 @@ dnl Remove -I/usr/include/? from CFLAGS and CPPFLAGS
CFLAGS_REMOVE_USR_INCLUDE(CFLAGS)
CFLAGS_REMOVE_USR_INCLUDE(CPPFLAGS)
-AC_OUTPUT(include/stamp-h Makefile script/findsmb)
+AC_OUTPUT(include/stamp-h Makefile script/findsmb script/mkproto.sh)
#################################################
# Print very concise instructions on building/use