summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-04-20 23:59:28 +0200
committerDan Williams <dcbw@d410.(none)>2009-05-02 18:00:22 -0400
commit1c3c6c2a6664610d9f62bc0948bb6940341b34b2 (patch)
tree7f069972e0b56974b5ea1d931b15e6f6968c95ec /test
parent7082150fb14457dd2edd7b4f35cfe3f57bf6bf4c (diff)
Remove DBUS_API_SUBJECT_TO_CHANGE
We require dbus 1.1 anyway
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am1
-rw-r--r--test/nm-online.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 7b46f73db8..47bf2a56a6 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -8,7 +8,6 @@ AM_CPPFLAGS = \
$(DBUS_CFLAGS) \
$(GLIB_CFLAGS) \
$(HAL_CFLAGS) \
- -DDBUS_API_SUBJECT_TO_CHANGE \
-DBINDIR=\"$(bindir)\" \
-DNM_RUN_DIR=\"$(rundir)\" \
-DDATADIR=\"$(datadir)\"
diff --git a/test/nm-online.c b/test/nm-online.c
index 2e400897be..3827c74690 100644
--- a/test/nm-online.c
+++ b/test/nm-online.c
@@ -30,7 +30,6 @@
* Robert Love <rml@novell.com>
*/
-#define DBUS_API_SUBJECT_TO_CHANGE 1
#define PROGRESS_STEPS 15
#include <ctype.h>