diff options
author | Günther Deschner <gd@samba.org> | 2009-01-09 16:20:09 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-01-09 17:08:18 +0100 |
commit | 2d218c93cd18f8c26fc0f549f7d059cf4b139893 (patch) | |
tree | f5b506b1cba98994f35b53e73e46036330c45180 /source3 | |
parent | fa6053fe6d854e9cae986d8144a72f2ff487cdcc (diff) | |
download | samba-2d218c93cd18f8c26fc0f549f7d059cf4b139893.tar.gz samba-2d218c93cd18f8c26fc0f549f7d059cf4b139893.tar.bz2 samba-2d218c93cd18f8c26fc0f549f7d059cf4b139893.zip |
s3-svcctl: build svcctl marshalling helper.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 33d09595b9..257f4d48c6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -408,7 +408,8 @@ LIBNBT_OBJ = ../libcli/nbt/nbtname.o \ ../libcli/netlogon.o \ ../libcli/ndr_netlogon.o \ ../librpc/gen_ndr/ndr_nbt.o \ - ../librpc/gen_ndr/ndr_svcctl.o + ../librpc/gen_ndr/ndr_svcctl.o \ + ../librpc/ndr/ndr_svcctl.o LIBNMB_OBJ = libsmb/unexpected.o libsmb/namecache.o libsmb/nmblib.o \ libsmb/namequery.o libsmb/conncache.o libads/dns.o |