summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-08-26 03:40:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:23 -0500
commit83f44fc1871e8edc5514b47b81fcb4a841447c9b (patch)
tree3df0615ad9a9c9b975ad36fad7edcdc854b439a8 /source3/Makefile.in
parent52188859e77d431302377849c8e26b0b46bba73f (diff)
downloadsamba-83f44fc1871e8edc5514b47b81fcb4a841447c9b.tar.gz
samba-83f44fc1871e8edc5514b47b81fcb4a841447c9b.tar.bz2
samba-83f44fc1871e8edc5514b47b81fcb4a841447c9b.zip
r9628: rewrite profiles tool to use the regfio code.
Still have one bug to track down in it though.... (This used to be commit e69df2d2051d0e7e12b6a11f9c77490f619ba792)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 77ea71296e..941291a58d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -328,7 +328,10 @@ CHARSET_MACOSXFS_OBJ = modules/charset_macosxfs.o
GROUPDB_OBJ = groupdb/mapping.o
PROFILE_OBJ = profile/profile.o
-PROFILES_OBJ = utils/profiles.o
+PROFILES_OBJ = utils/profiles.o lib/dummysmbd.o \
+ $(REGFIO_OBJ) $(REGOBJS_OBJ) $(ERRORMAP_OBJ) \
+ $(LIB_OBJ) $(RPC_PARSE_OBJ1) $(PARAM_OBJ) $(LIBSAMBA_OBJ) \
+ $(DOSERR_OBJ)
OPLOCK_OBJ = smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o