summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--test/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ce446a7..1b42540a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
* dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
+ * test/Makefile.am: added -I$(top_srcdir) to be able to compile
+ without make install.
+
2002-12-15 Havoc Pennington <hp@pobox.com>
* dbus/dbus-threads.c: add thread stubs that a higher library
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