diff options
author | Michael Adam <obnox@samba.org> | 2008-01-06 22:50:38 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-06 22:50:38 +0100 |
commit | ac8659232b07bf61a88069f963beb535a296fa52 (patch) | |
tree | 552bab3377134b1a5ee54414822992d19f945d45 /source3/Makefile.in | |
parent | 56a8ef0bbb6abfd3bc81439a159a9bc41779495a (diff) | |
download | samba-ac8659232b07bf61a88069f963beb535a296fa52.tar.gz samba-ac8659232b07bf61a88069f963beb535a296fa52.tar.bz2 samba-ac8659232b07bf61a88069f963beb535a296fa52.zip |
Remove vlp.o in make clean.
Michael
(This used to be commit 020ed731b17ac00dd490f210f108eae249fb27ad)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 2267be4680..3e02b894f9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1992,6 +1992,7 @@ clean: delheaders -rm -f $(PRECOMPILED_HEADER) -rm -f core */*~ *~ \ */*.o */*/*.o */*/*/*.o \ + ../testsuite/*/*.o \ */*.@SHLIBEXT@ */*/*.@SHLIBEXT@ */*/*/*.@SHLIBEXT@ \ $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \ $(MODULES) $(TORTURE_PROGS) $(LIBSMBCLIENT) $(LIBADDNS) \ |