1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s4/make: Remove object files in ../libds as part of "make clean".

This commit is contained in:
Jelmer Vernooij 2009-09-26 12:51:49 +02:00
parent 8762254c7e
commit 8940e42d0a

View 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