diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 14:49:12 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-11 21:33:15 +0200 |
commit | 5c44ed69548c4a4d753b54f72dc41212e2c7b612 (patch) | |
tree | 4490880c8eb9be36535e07591bc5bc2d9a136e3b /source3 | |
parent | a19719ccea2d63d42a35d30f91fe112d2a3db8c7 (diff) | |
download | samba-5c44ed69548c4a4d753b54f72dc41212e2c7b612.tar.gz samba-5c44ed69548c4a4d753b54f72dc41212e2c7b612.tar.bz2 samba-5c44ed69548c4a4d753b54f72dc41212e2c7b612.zip |
Clean up properly.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 09c054a1e3..5f043824fe 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2676,7 +2676,9 @@ clean:: cleanlibs $(MODULES) $(TORTURE_PROGS) \ $(EVERYTHING_PROGS) \ bin/timelimit \ - .headers.stamp */src/*.o + .headers.stamp */src/*.o \ + ../lib/*/*.o \ + ../libcli/*.o ../libcli/*/*.o -rm -rf t_dir include/build_env.h: script/build_env.sh |