summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-23 10:25:01 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-23 11:03:57 +1100
commit058c3bb923c51ef3f1b4b6d698bea2b1220bdd10 (patch)
tree590ac35b3a936d413e2c9a4fdc792399b3f219b0 /source3/Makefile.in
parentcb2cc34effedca2af4e9f6d57303ccc779a9cc04 (diff)
downloadsamba-058c3bb923c51ef3f1b4b6d698bea2b1220bdd10.tar.gz
samba-058c3bb923c51ef3f1b4b6d698bea2b1220bdd10.tar.bz2
samba-058c3bb923c51ef3f1b4b6d698bea2b1220bdd10.zip
fault: moved s3 fault.c to top level
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 05f1ccd8d4..7ba8332eb0 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -442,7 +442,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
lib/util_transfer_file.o ../lib/async_req/async_sock.o \
lib/addrchange.o \
$(TDB_LIB_OBJ) \
- $(VERSION_OBJ) lib/charcnv.o ../lib/util/debug.o ../lib/util/debug_s3.o lib/fault.o \
+ $(VERSION_OBJ) lib/charcnv.o ../lib/util/debug.o ../lib/util/debug_s3.o ../lib/util/fault.o \
lib/interface.o lib/pidfile.o \
lib/system.o lib/sendfile.o lib/recvfile.o lib/time.o \
lib/username.o \