diff options
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 5e42f340e2..32e7f0aadd 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2687,7 +2687,8 @@ clean:: cleanlibs bin/timelimit \ .headers.stamp */src/*.o \ ../lib/*/*.o \ - ../libcli/*.o ../libcli/*/*.o + ../libcli/*.o ../libcli/*/*.o \ + ../librpc/*/*.o \ -rm -rf t_dir include/build_env.h: script/build_env.sh |