diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 714ba9bb88..6b979d4313 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3426,6 +3426,10 @@ clean:: cleanlibs -rm -f smbd/build_options.c -rm -f param/param_local.h -rm -f param/param_global.h + -rm -f ../lib/param/param_local.h + -rm -f ../lib/param/param_global.h + -rm -f ../lib/param/param_proto.h + -rm -f ../lib/param/s3_param.h -rm -f $(PRECOMPILED_HEADER) -rm -f core */*~ *~ \ */*.o */*/*.o */*/*/*.o */*/*/*/*.o \ |