summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-17 02:55:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:33:26 -0500
commit29e5e9e1e3b8f463bf782f3f42ce4a02cd55fca2 (patch)
treebca023c3d0cb95d2e25f40496223c66c9911c582 /source4/scripting/ejs/config.mk
parent60beb50044b57b87bbb0143ed0236fdedfb81552 (diff)
downloadsamba-29e5e9e1e3b8f463bf782f3f42ce4a02cd55fca2.tar.gz
samba-29e5e9e1e3b8f463bf782f3f42ce4a02cd55fca2.tar.bz2
samba-29e5e9e1e3b8f463bf782f3f42ce4a02cd55fca2.zip
r9344: started adding calls for manipulation of data blobs in ejs
added: blobToArray() blobFromArray() blobCompare() (This used to be commit cc5a3e9cc3b44f418eb5dfcd4e855a36c5ac8327)
Diffstat (limited to 'source4/scripting/ejs/config.mk')
-rw-r--r--source4/scripting/ejs/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/ejs/config.mk b/source4/scripting/ejs/config.mk
index 191b139c66..096c2049ab 100644
--- a/source4/scripting/ejs/config.mk
+++ b/source4/scripting/ejs/config.mk
@@ -22,6 +22,7 @@ OBJ_FILES = \
scripting/ejs/smbcalls_options.o \
scripting/ejs/smbcalls_nss.o \
scripting/ejs/smbcalls_string.o \
+ scripting/ejs/smbcalls_data.o \
scripting/ejs/smbcalls_rand.o \
scripting/ejs/smbcalls_sys.o \
scripting/ejs/smbcalls_creds.o \