From: Simon McVittie Date: Wed, 15 Jun 2011 13:25:54 +0000 (+0100) Subject: test/name-test: remove useless CFLAGS X-Git-Tag: dbus-1.5.6~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590a835974e3b0ef1524c1f953ee1e0c7f50248f;p=thirdparty%2Fdbus.git test/name-test: remove useless CFLAGS --- diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am index 574879f1d..ac70cff47 100644 --- a/test/name-test/Makefile.am +++ b/test/name-test/Makefile.am @@ -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