diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-16 01:35:46 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-16 01:35:46 +0100 |
commit | 12f64285ee09954cac447cf9c9fa241fd4b1e59e (patch) | |
tree | 319742b21d33b6bc60f89fe7cacaba098a46ecef /source3 | |
parent | 8beecd42f2789635891121be8e185e9acef0bcb5 (diff) | |
download | samba-12f64285ee09954cac447cf9c9fa241fd4b1e59e.tar.gz samba-12f64285ee09954cac447cf9c9fa241fd4b1e59e.tar.bz2 samba-12f64285ee09954cac447cf9c9fa241fd4b1e59e.zip |
Fix merged build.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/samba4.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4 index b99deb8870..5a3ae36884 100644 --- a/source3/samba4.m4 +++ b/source3/samba4.m4 @@ -47,7 +47,7 @@ SMB_INCLUDE_MK(lib/zlib.mk) AC_CONFIG_FILES(../source4/lib/registry/registry.pc) AC_CONFIG_FILES(../source4/librpc/dcerpc.pc) AC_CONFIG_FILES(../librpc/ndr.pc) -AC_CONFIG_FILES(../source4/lib/torture/torture.pc) +AC_CONFIG_FILES(../lib/torture/torture.pc) AC_CONFIG_FILES(../source4/auth/gensec/gensec.pc) AC_CONFIG_FILES(../source4/param/samba-hostconfig.pc) AC_CONFIG_FILES(../source4/librpc/dcerpc_samr.pc) |