]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* test/Makefile.am: change find to use syntax that works with non
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 25 Aug 2006 19:59:49 +0000 (19:59 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 25 Aug 2006 19:59:49 +0000 (19:59 +0000)
  gnu versions of find

ChangeLog
test/Makefile.am

index de683b75ef22a6c531a7cfb99bd93287405c84fe..4cf48b71900975c178961c97acf114b0f6cfe22f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b4863c7a184b2e44547338ec14d1fa7a3a0d678c..5c89779710d242471808e95c3f45e7e0a30ddc16 100644 (file)
@@ -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                                                \