summaryrefslogtreecommitdiffstats
path: root/source/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
commite69df2d2051d0e7e12b6a11f9c77490f619ba792 (patch)
tree6afde0afe6020b94258ffc742cb286e90560a81c /source/Makefile.in
parent5396944fc3799a9746d00167a6f0e8465df4dcea (diff)
downloadsamba-e69df2d2051d0e7e12b6a11f9c77490f619ba792.tar.gz
samba-e69df2d2051d0e7e12b6a11f9c77490f619ba792.tar.xz
samba-e69df2d2051d0e7e12b6a11f9c77490f619ba792.zip
r9628: rewrite profiles tool to use the regfio code.
Still have one bug to track down in it though....
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 77ea71296e0..941291a58de 100644
--- a/source/Makefile.in
+++ b/source/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