mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-09 19:00:28 +01:00
2003-01-15 Havoc Pennington <hp@redhat.com>
* test/Makefile.am: fix so that test source code ends up in the distribution on make distcheck
This commit is contained in:
parent
657b960244
commit
8c11bc0671
2 changed files with 12 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2003-01-15 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* test/Makefile.am: fix so that test source code ends up in the
|
||||
distribution on make distcheck
|
||||
|
||||
2003-01-15 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
Release 0.1.
|
||||
|
|
|
|||
|
|
@ -1,9 +1,13 @@
|
|||
|
||||
if DBUS_BUILD_TESTS
|
||||
|
||||
INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS)
|
||||
|
||||
noinst_PROGRAMS= echo-client echo-server
|
||||
if DBUS_BUILD_TESTS
|
||||
TESTS=echo-client echo-server
|
||||
else
|
||||
TESTS=
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS= $(TESTS)
|
||||
|
||||
echo_client_SOURCES= \
|
||||
echo-client.c \
|
||||
|
|
@ -20,4 +24,3 @@ TEST_LIBS=$(DBUS_TEST_LIBS) $(top_builddir)/dbus/libdbus-convenience.la $(top_bu
|
|||
echo_client_LDADD=$(TEST_LIBS)
|
||||
echo_server_LDADD=$(TEST_LIBS)
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue