diff options
author | Günther Deschner <gd@samba.org> | 2008-10-17 23:45:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-17 23:46:53 +0200 |
commit | ef8f3c0e56a398ca445ccb6e77e0a443109fb5cd (patch) | |
tree | 5f04dbf04d5f39590b6b8366840fbdce46c6d797 | |
parent | 7b23d61a68f1303e0fcf0940d970ce439dca15a0 (diff) | |
download | samba-ef8f3c0e56a398ca445ccb6e77e0a443109fb5cd.tar.gz samba-ef8f3c0e56a398ca445ccb6e77e0a443109fb5cd.tar.bz2 samba-ef8f3c0e56a398ca445ccb6e77e0a443109fb5cd.zip |
s3-build: cleanup in ../librpc as well on "make clean".
Guenther
-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 |