summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-15 14:25:54 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 11:49:14 +0100
commit590a835974e3b0ef1524c1f953ee1e0c7f50248f (patch)
tree2a958ee8d2c82439e2ea34413644d2bbfeff6797
parentadd0b02ee08a069b0d41d49d440ee1cee8161719 (diff)
downloaddbus-590a835974e3b0ef1524c1f953ee1e0c7f50248f.tar.gz
test/name-test: remove useless CFLAGS
-rw-r--r--test/name-test/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am
index 574879f1..ac70cff4 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