s4: Fix make clean to remove gen_ndr objects.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 22:24:12 +0000 (23:24 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 22:24:12 +0000 (23:24 +0100)
source4/Makefile

index 442a62ef62545377cef36e4cf3a497f918b4bac9..fff2dbf5446dc5c1734ef9d54a4121b4eb3d0b72 100644 (file)
@@ -144,7 +144,7 @@ include $(srcdir)/static_deps.mk
 endif
 
 clean::
-       @find ../lib ../libcli -name '*.o' -o -name '*.ho' | xargs rm -f
+       @find ../lib ../libcli ../librpc ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
 
 DEFAULT_HEADERS = $(srcdir)/../lib/util/dlinklist.h \
                  $(srcdir)/version.h