summaryrefslogtreecommitdiff
path: root/source3/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
commit7343eb9172bab6466a5e49cb44f14142287cfa3e (patch)
tree8fb8855fbd7160dc3f191da7d75e812d6036cbac /source3/Makefile.in
parent77deaeac03e424f35d0cd902805ae6a3d67b9441 (diff)
downloadsamba-7343eb9172bab6466a5e49cb44f14142287cfa3e.tar.gz
samba-7343eb9172bab6466a5e49cb44f14142287cfa3e.tar.bz2
samba-7343eb9172bab6466a5e49cb44f14142287cfa3e.zip
r9653: adding common popt args to profiles tool (needed for debuglevel to regfio lib)
(This used to be commit 092ff7062544fba47a38e68aed9d3c9d6962fe2b)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 01b8aa58ae..f0bd8032cd 100644
--- a/source3/Makefile.in
+++ b/source3/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