diff options
author | Havoc Pennington <hp@redhat.com> | 2003-01-28 03:56:55 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-01-28 03:56:55 +0000 |
commit | 4253591352ae5187824ca71d6fd034030c2f2146 (patch) | |
tree | bd2f1916d17e07bf41bcdf57763afd07553df72e /dbus | |
parent | 05a4ad6994919b352b5229d0b1b0a8ebebe2a42f (diff) |
2003-01-28 Havoc Pennington <hp@pobox.com>
* test/Makefile.am (dist-hook): fix make distdir
* dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 3f6bb63f..322f86a7 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -83,7 +83,7 @@ libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" ## so if adding tests not to be run in make check, don't add them to ## TESTS if DBUS_BUILD_TESTS -TESTS_ENVIRONMENT="DBUS_TEST_DATA=$(top_srcdir)/test/data" +TESTS_ENVIRONMENT=DBUS_TEST_DATA=$(top_srcdir)/test/data TESTS=dbus-test else TESTS= |