summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-08 02:25:31 +0200
committerKarolin Seeger <kseeger@samba.org>2008-04-12 07:51:17 +0200
commit3a548de2c705186a1068d80d81d7a015d7438b2c (patch)
treecd0ca3d60ec2dffecd30449af551b46ba35432f7 /source/Makefile.in
parentb3aea92228bbab5a29fea2fe587f75c4c7c0c8e9 (diff)
downloadsamba-3a548de2c705186a1068d80d81d7a015d7438b2c.tar.gz
samba-3a548de2c705186a1068d80d81d7a015d7438b2c.tar.xz
samba-3a548de2c705186a1068d80d81d7a015d7438b2c.zip
Build libnetapi.idl.
Guenther (cherry picked from commit c098714ac4bac8a7e27be761979a96190b77de1f)
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 0e81ee481cc..174061669a6 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -808,6 +808,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
@@ -1174,7 +1175,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)" \