summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9a07f91564..8e235e4322 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -28,6 +28,9 @@ nm_online_LDADD = \
$(GLIB_LIBS)
libnm_glib_test_SOURCES = libnm-glib-test.c
+libnm_glib_test_CFLAGS = \
+ -Wno-deprecated-declarations \
+ -Wno-deprecated
libnm_glib_test_LDADD = \
$(top_builddir)/libnm-glib/libnm-glib.la \
$(top_builddir)/libnm-util/libnm-util.la \