mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 15:47:59 +02:00
test/name-test: remove useless CFLAGS
This commit is contained in:
parent
add0b02ee0
commit
590a835974
1 changed files with 0 additions and 4 deletions
|
|
@ -49,25 +49,21 @@ test_ids_LDADD=$(top_builddir)/dbus/libdbus-internal.la
|
|||
test_shutdown_SOURCES = \
|
||||
test-shutdown.c
|
||||
|
||||
test_shutdown_CFLAGS=
|
||||
test_shutdown_LDADD=../libdbus-testutils.la
|
||||
|
||||
test_privserver_SOURCES = \
|
||||
test-privserver.c
|
||||
|
||||
test_privserver_CFLAGS=
|
||||
test_privserver_LDADD=../libdbus-testutils.la
|
||||
|
||||
test_privserver_client_SOURCES = \
|
||||
test-privserver-client.c
|
||||
|
||||
test_privserver_client_CFLAGS=
|
||||
test_privserver_client_LDADD=../libdbus-testutils.la
|
||||
|
||||
test_autolaunch_SOURCES = \
|
||||
test-autolaunch.c
|
||||
|
||||
test_autolaunch_CFLAGS=
|
||||
test_autolaunch_LDADD=../libdbus-testutils.la
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue