summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-08-26 16:06:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:23 -0500
commit092ff7062544fba47a38e68aed9d3c9d6962fe2b (patch)
tree4c7e77a6c482e41c62b496a29c44ee27314fb772 /source/Makefile.in
parentc72c4e4299653299da00453c662f7b61e48fa6ac (diff)
downloadsamba-092ff7062544fba47a38e68aed9d3c9d6962fe2b.tar.gz
samba-092ff7062544fba47a38e68aed9d3c9d6962fe2b.tar.xz
samba-092ff7062544fba47a38e68aed9d3c9d6962fe2b.zip
r9653: adding common popt args to profiles tool (needed for debuglevel to regfio lib)
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 01b8aa58ae6..f0bd8032cd5 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -332,7 +332,8 @@ PROFILE_OBJ = profile/profile.o
PROFILES_OBJ = utils/profiles.o \
$(REGFIO_OBJ) $(REGOBJS_OBJ) $(ERRORMAP_OBJ) \
$(RPC_PARSE_OBJ1) $(PARAM_OBJ) $(LIBSAMBA_OBJ) \
- $(DOSERR_OBJ) $(LIB_OBJ) $(LIB_DUMMY_OBJ)
+ $(DOSERR_OBJ) $(LIB_OBJ) $(LIB_DUMMY_OBJ) \
+ $(POPT_LIB_OBJ) $(SECRETS_OBJ)
OPLOCK_OBJ = smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o