summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-17 04:46:10 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-17 04:46:10 +0000
commitbb28f06eae2b8553f2b4d667b07153c2e8ab5077 (patch)
tree089cb693f4ce7af6cd2634692e6ccd6cf603e03d /source3/Makefile.in
parent8d7e498db160f9a366400fc1c55dacbcffaf4196 (diff)
downloadsamba-bb28f06eae2b8553f2b4d667b07153c2e8ab5077.tar.gz
samba-bb28f06eae2b8553f2b4d667b07153c2e8ab5077.tar.bz2
samba-bb28f06eae2b8553f2b4d667b07153c2e8ab5077.zip
moved standard_sub() and friends into a separate module
(This used to be commit 030ec8e71f9ef533b5d6aece01e67d357e23b7d2)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2dfaea571f..9bf86d9e7c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -106,7 +106,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \
lib/util_array.o lib/util_str.o lib/util_sid.o \
lib/util_unistr.o lib/util_file.o \
lib/util.o lib/util_sock.o lib/util_sec.o smbd/ssl.o lib/fnmatch.o \
- tdb/tdb.o lib/talloc.o lib/hash.o
+ tdb/tdb.o lib/talloc.o lib/hash.o lib/substitute.o
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \
ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o ubiqx/debugparse.o