diff options
Diffstat (limited to 'source3/Makefile.in')
-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 435d9900b4..c289b01467 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -865,7 +865,8 @@ LIBNETAPI_OBJ1 = lib/netapi/netapi.o \ lib/netapi/serverinfo.o \ lib/netapi/getdc.o \ lib/netapi/user.o \ - lib/netapi/group.o + lib/netapi/group.o \ + lib/netapi/samr.o LIBNETAPI_OBJ = $(LIBNETAPI_OBJ1) $(LIBNET_OBJ) \ $(LIBSMBCONF_OBJ) \ |