mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-02 04:58:01 +02:00
make test compilable without prior make install. not sure how about
the preferred way to activate test compilation (DBUS_BUILD_TESTS)
This commit is contained in:
parent
b7d029e5d7
commit
3327ecfdcf
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue