summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 08:27:39 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 08:27:39 +0000
commit2abaffe61ab1cdaf9d9620880ec265d70b2a5565 (patch)
tree45fa39fb79ca01f7ee02bc99f60d9a010a0b174d /source3/Makefile.in
parent392cdc89e737f8bf9fe42e899421ff4cf3884686 (diff)
downloadsamba-2abaffe61ab1cdaf9d9620880ec265d70b2a5565.tar.gz
samba-2abaffe61ab1cdaf9d9620880ec265d70b2a5565.tar.bz2
samba-2abaffe61ab1cdaf9d9620880ec265d70b2a5565.zip
- remove .p files in make clean
- added readlink support to smbwrapper (This used to be commit 4b5217f996fbc1bb679992068c6c4fa28677c37e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 125656ba87..52a7f03e41 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -119,7 +119,7 @@ RPC_CLIENT_OBJ = \
rpc_client/cli_wkssvc.o \
rpc_client/cli_srvsvc.o \
rpc_client/cli_samr.o
-
+
LOCKING_OBJ = locking/locking.o locking/locking_shm.o locking/locking_slow.o \
locking/shmem.o locking/shmem_sysv.o
@@ -197,7 +197,7 @@ SMBWRAPPER_OBJ = smbwrapper/open.o smbwrapper/stat.o \
smbwrapper/smbw.o smbwrapper/fstat.o smbwrapper/read.o \
smbwrapper/lstat.o smbwrapper/close.o smbwrapper/getdents.o \
smbwrapper/fcntl.o smbwrapper/access.o smbwrapper/chdir.o \
- smbwrapper/write.o \
+ smbwrapper/write.o smbwrapper/readlink.o \
$(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)
@@ -398,7 +398,7 @@ uninstallcp:
@$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST)
clean:
- -rm -f core */*~ *~ */*.o
+ -rm -f core */*~ *~ */*.o */*.p
proto:
@echo rebuilding include/proto.h