mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
only dirs
Original commit message from CVS: only dirs
This commit is contained in:
parent
9e8f394424
commit
9c38221ca7
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ install-pluginLTLIBRARIES:
|
|||
CLEANFILES = core.* test-registry.xml
|
||||
|
||||
clean-local:
|
||||
for i in find . -name .libs; do \
|
||||
for i in find . -name ".libs" -type d; do \
|
||||
rm -rf $$i; \
|
||||
done
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ install-pluginLTLIBRARIES:
|
|||
CLEANFILES = core.* test-registry.xml
|
||||
|
||||
clean-local:
|
||||
for i in find . -name .libs; do \
|
||||
for i in find . -name ".libs" -type d; do \
|
||||
rm -rf $$i; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue