summaryrefslogtreecommitdiff
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-04-29 12:11:59 +0000
committerVolker Lendecke <vlendec@samba.org>2004-04-29 12:11:59 +0000
commit280cead6d8244721c72105bca413c6e9d2fc864d (patch)
tree13a4aaac63b5c73e80003a2c58b1e9de9913d981 /source/Makefile.in
parent31ab07ac5d3adac9d718b940c5f3855c120b0f18 (diff)
downloadsamba-280cead6d8244721c72105bca413c6e9d2fc864d.tar.gz
r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing
Implement vfs_full_audit.c that can log every vfs.h operation. So if you change vfs.h, from now on you also have to change full_audit :-) Volker
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 2203af089bc..32aff6af848 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -313,6 +313,7 @@ NOTIFY_OBJ = smbd/notify.o smbd/notify_hash.o smbd/notify_kernel.o
VFS_AUDIT_OBJ = modules/vfs_audit.o
VFS_EXTD_AUDIT_OBJ = modules/vfs_extd_audit.o
+VFS_FULL_AUDIT_OBJ = modules/vfs_full_audit.o
VFS_FAKE_PERMS_OBJ = modules/vfs_fake_perms.o
VFS_RECYCLE_OBJ = modules/vfs_recycle.o
VFS_NETATALK_OBJ = modules/vfs_netatalk.o
@@ -1145,6 +1146,11 @@ bin/extd_audit.@SHLIBEXT@: $(VFS_EXTD_AUDIT_OBJ:.o=.@PICSUFFIX@)
@$(SHLD) $(LDSHFLAGS) -o $@ $(VFS_EXTD_AUDIT_OBJ:.o=.@PICSUFFIX@) \
@SONAMEFLAG@`basename $@`
+bin/full_audit.@SHLIBEXT@: $(VFS_FULL_AUDIT_OBJ:.o=.@PICSUFFIX@)
+ @echo "Building plugin $@"
+ @$(SHLD) $(LDSHFLAGS) -o $@ $(VFS_FULL_AUDIT_OBJ:.o=.@PICSUFFIX@) \
+ @SONAMEFLAG@`basename $@`
+
bin/recycle.@SHLIBEXT@: $(VFS_RECYCLE_OBJ:.o=.@PICSUFFIX@)
@echo "Building plugin $@"
@$(SHLD) $(LDSHFLAGS) -o $@ $(VFS_RECYCLE_OBJ:.o=.@PICSUFFIX@) \