summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-05-15 11:58:17 +0200
committerMichael Adam <obnox@samba.org>2009-05-15 13:07:48 +0200
commitad240e199893a5e89cdd5161134171cc600266b8 (patch)
treef15c350f993f09a9a26fa46f0f20d25cbb397a25 /source3/Makefile.in
parent6d82b5975598f1742c53ebdaa2fa89f7cf148b85 (diff)
downloadsamba-ad240e199893a5e89cdd5161134171cc600266b8.tar.gz
samba-ad240e199893a5e89cdd5161134171cc600266b8.tar.bz2
samba-ad240e199893a5e89cdd5161134171cc600266b8.zip
s3:build: rename OBJ collection for dbwrap_tool consistently
Michael
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4447da98d3..72692dd5e9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1217,10 +1217,10 @@ RPC_OPEN_TCP_OBJ = torture/rpc_open_tcp.o \
../librpc/rpc/binding.o \
$(LIBMSRPC_GEN_OBJ)
-DBWRAP_STORE_INT32_OBJ = utils/dbwrap_tool.o \
- $(PARAM_OBJ) \
- $(LIB_NONSMBD_OBJ) \
- $(LIBSAMBA_OBJ)
+DBWRAP_TOOL_OBJ = utils/dbwrap_tool.o \
+ $(PARAM_OBJ) \
+ $(LIB_NONSMBD_OBJ) \
+ $(LIBSAMBA_OBJ)
######################################################################
# now the rules...
@@ -2870,9 +2870,9 @@ bin/test_lp_load@EXEEXT@: $(BINARY_PREREQS) $(TEST_LP_LOAD_OBJ) @BUILD_POPT@ @LI
$(LDAP_LIBS) \
$(POPT_LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
-bin/dbwrap_tool@EXEEXT@: $(DBWRAP_STORE_INT32_OBJ) @LIBTALLOC_TARGET@ @LIBTDB_TARGET@
+bin/dbwrap_tool@EXEEXT@: $(DBWRAP_TOOL_OBJ) @LIBTALLOC_TARGET@ @LIBTDB_TARGET@
@echo "Linking $@"
- @$(CC) -o $@ $(DBWRAP_STORE_INT32_OBJ)\
+ @$(CC) -o $@ $(DBWRAP_TOOL_OBJ)\
$(LDFLAGS) $(DYNEEXP) $(LIBS) \
$(LDAP_LIBS) \
$(LIBTALLOC_LIBS) $(LIBTDB_LIBS)