s4/make: Remove object files in ../libds as part of "make clean".
authorJelmer Vernooij <jelmer@samba.org>
Sat, 26 Sep 2009 10:51:49 +0000 (12:51 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 26 Sep 2009 10:52:51 +0000 (12:52 +0200)
source4/Makefile

index 24e58bc37ab397185ccd0805220e6a080f97ee5f..959d0f43c77ad00c13301578266e8cfa0d4e6ada 100644 (file)
@@ -153,7 +153,7 @@ include $(srcdir)/static_deps.mk
 endif
 
 clean::
-       @find ../lib ../libcli ../librpc ../libgpo ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
+       @find ../libds ../lib ../libcli ../librpc ../libgpo ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
 
 PUBLIC_HEADERS += ./version.h