diff options
author | Kai Blin <kai@samba.org> | 2008-12-16 10:06:04 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-12-16 13:03:05 +0100 |
commit | 5ee0392a55d3a35692c026f1b88909d7fd2d2666 (patch) | |
tree | 083cd9a18e5a73d8374ce7d5c7679e5761f73b99 /source4/configure.ac | |
parent | 6821d898d7ecf10c6a9359560c5cf1c50a812b62 (diff) | |
download | samba-5ee0392a55d3a35692c026f1b88909d7fd2d2666.tar.gz samba-5ee0392a55d3a35692c026f1b88909d7fd2d2666.tar.xz samba-5ee0392a55d3a35692c026f1b88909d7fd2d2666.zip |
nsswitch: Move nsswitch files from source4 to top level nsswitch dir
Diffstat (limited to 'source4/configure.ac')
-rw-r--r-- | source4/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index a90ac9e668..53e093e813 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -30,7 +30,7 @@ SMB_EXT_LIB(ZLIB, [${ZLIB_LIBS}]) ],[ SMB_INCLUDE_MK(lib/zlib.mk) ]) -m4_include(nsswitch/nsstest.m4) +m4_include(../nsswitch/nsstest.m4) m4_include(../pidl/config.m4) AC_CONFIG_FILES(lib/registry/registry.pc) @@ -108,7 +108,7 @@ m4_include(../lib/nss_wrapper/config.m4) m4_include(auth/config.m4) m4_include(kdc/config.m4) m4_include(ntvfs/sysdep/config.m4) -m4_include(nsswitch/config.m4) +m4_include(../nsswitch/config.m4) ################################################# # add *_CFLAGS only for the real build |