* 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 de683b7..4cf48b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
        a vtable method exists (Patch from Christian Ehrlicher 
        <ch dot ehrlicher at gmx dot de>)
index b4863c7..5c89779 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                                                \