diff options
author | Michael Adam <obnox@samba.org> | 2011-09-20 04:32:25 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-09-20 06:28:28 +0200 |
commit | 4d30fd8c5163c92e8fdbfd1cae7088e9e010b8cd (patch) | |
tree | 3d068d8f4c3cc3f1badbcc6346372fc2f472b68f /source3/Makefile.in | |
parent | aa0f102fd7defb5ff442ac4bfc782721fbbff434 (diff) | |
download | samba-4d30fd8c5163c92e8fdbfd1cae7088e9e010b8cd.tar.gz samba-4d30fd8c5163c92e8fdbfd1cae7088e9e010b8cd.tar.bz2 samba-4d30fd8c5163c92e8fdbfd1cae7088e9e010b8cd.zip |
s3:dbwrap_tool: add popt support and standard samba options
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index d64adb8baa..0796bc62f9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1549,7 +1549,8 @@ RPC_OPEN_TCP_OBJ = torture/rpc_open_tcp.o \ DBWRAP_TOOL_OBJ = utils/dbwrap_tool.o \ $(PARAM_OBJ) \ $(LIB_NONSMBD_OBJ) \ - $(LIBSMB_ERR_OBJ) + $(LIBSMB_ERR_OBJ) \ + $(POPT_LIB_OBJ) DBWRAP_TORTURE_OBJ = utils/dbwrap_torture.o \ $(PARAM_OBJ) \ @@ -3204,6 +3205,7 @@ bin/dbwrap_tool@EXEEXT@: $(DBWRAP_TOOL_OBJ) $(LIBTALLOC) $(LIBTDB) @$(CC) -o $@ $(DBWRAP_TOOL_OBJ)\ $(LDFLAGS) $(DYNEXP) $(LIBS) \ $(LDAP_LIBS) \ + $(POPT_LIBS) \ $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) install-dbwrap_tool:: bin/dbwrap_tool@EXEEXT@ |