test/name-test: remove useless CFLAGS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 15 Jun 2011 13:25:54 +0000 (14:25 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 29 Jul 2011 10:49:14 +0000 (11:49 +0100)
test/name-test/Makefile.am

index 574879f..ac70cff 100644 (file)
@@ -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