diff options
author | Harri Porten <porten@kde.org> | 2002-12-15 14:53:29 +0000 |
---|---|---|
committer | Harri Porten <porten@kde.org> | 2002-12-15 14:53:29 +0000 |
commit | 3327ecfdcf6d3cd36b8b739282e9c0d2b768567a (patch) | |
tree | 0d34a8fb4cf78ab43f7a0e147da15f4af991dc7c /test/Makefile.am | |
parent | b7d029e5d706a2ec1c06e8d51fd4facfa13dd752 (diff) |
make test compilable without prior make install. not sure how about
the preferred way to activate test compilation (DBUS_BUILD_TESTS)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8f7d8e1d..12698473 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,7 @@ if DBUS_BUILD_TESTS -INCLUDES=$(DBUS_TEST_CFLAGS) +INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS) noinst_PROGRAMS= echo-client echo-server |