diff options
author | Günther Deschner <gd@samba.org> | 2008-04-08 02:25:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-08 03:08:49 +0200 |
commit | ec0a34864ec8f77cf90c9d52b022293949253e55 (patch) | |
tree | 976b8a1096efab8a2ee513e87f6bbb4e6af3ba6a | |
parent | f86580babe298acd97649c3698e3170663d4fa11 (diff) | |
download | samba-ec0a34864ec8f77cf90c9d52b022293949253e55.tar.gz samba-ec0a34864ec8f77cf90c9d52b022293949253e55.tar.bz2 samba-ec0a34864ec8f77cf90c9d52b022293949253e55.zip |
Build libnetapi.idl.
Guenther
(This used to be commit c098714ac4bac8a7e27be761979a96190b77de1f)
-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 6846d80c0b..a90dd40ecc 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -814,6 +814,7 @@ CLIENT_OBJ = $(CLIENT_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) \ $(DISPLAY_SEC_OBJ) LIBNETAPI_OBJ1 = lib/netapi/netapi.o \ + librpc/gen_ndr/ndr_libnetapi.o \ lib/netapi/joindomain.o \ lib/netapi/serverinfo.o \ lib/netapi/getdc.o @@ -1163,7 +1164,7 @@ modules: SHOWFLAGS $(MODULES) IDL_FILES = lsa.idl dfs.idl echo.idl winreg.idl initshutdown.idl \ srvsvc.idl svcctl.idl eventlog.idl wkssvc.idl netlogon.idl notify.idl \ epmapper.idl messaging.idl xattr.idl misc.idl samr.idl security.idl \ - dssetup.idl krb5pac.idl ntsvcs.idl + dssetup.idl krb5pac.idl ntsvcs.idl libnetapi.idl idl: @IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \ |