mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-21 12:20:44 +02:00
* test/Makefile.am: change find to use syntax that works with non
gnu versions of find
This commit is contained in:
parent
5ee4ac1a30
commit
c904d4d501
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-08-25 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* test/Makefile.am: change find to use syntax that works with non
|
||||
gnu versions of find
|
||||
|
||||
2006-08-25 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* dbus/dbus-transport.c: fix invalid deref when checking if
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ TESTDIRS= \
|
|||
data/equiv-config-files/entities/basic.d
|
||||
|
||||
|
||||
FIND_TESTS=find -name "*.message" -o -name "*.message-raw" -o -name "*.auth-script" -o -name "*.sha1" -o -name "*.txt" -o -name "*.conf" -o -name "*.service"
|
||||
FIND_TESTS=find . -name "*.message" -o -name "*.message-raw" -o -name "*.auth-script" -o -name "*.sha1" -o -name "*.txt" -o -name "*.conf" -o -name "*.service"
|
||||
|
||||
dist-hook:
|
||||
for D in $(TESTDIRS); do \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue